#A7B17D

Color #A7B17D Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #A7B17D

Tints of Locust #A7B17D

Color information

#A7B17D (or 0xA7B17D) is unknown color: approx Locust. HEX triplet: A7, B1 and 7D. RGB value is (167,177,125). Sum of RGB (Red+Green+Blue) = 167+177+125=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B17D is #584E82. Grayscale: #A8A8A8. Windows color (decimal): -5787267 or 8237479. OLE color: 8237479.

HSL color Cylindrical-coordinate representation of color #A7B17D: hue angle of 71.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B17D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB167177125-
CMYK0.0600.290.31
HSL71.54º25%59.22%-
HSV(B)71.54º29.38%69.41%-
XYZ35.3641.1425.48-
YUV168.08103.69127.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=35.61%
G=37.74%
B=26.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671771250.0600.290.3171.542559.22
HexA7B17D601D1F48193b
Octal2472611756035371103173
Binary1010011110110001111110111001110111111100100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B17D; }

 p { color: rgb(167,177,125); }

 H1.HeaderClassName
 {
   color: #A7B17D;
 }
 .AnyTagClassName
 {
   color: #A7B17D;
 }
</style>
background-color css

<style>
 a { background-color: #A7B17D; }

 a { background-color: rgb(167,177,125); }

 div.DivClassName
 {
   background-color: #A7B17D;
 }
 .BgClassName
 {
   background-color: #A7B17D;
 }
</style>
border-color css

<style>
 span { border-color: #A7B17D; }

 span { border-color: rgb(167,177,125); }

 td.TdClassName
 {
   border-color: #A7B17D;
 }
 .TagClassName
 {
   border-color: #A7B17D;
 }
</style>