#A4B17D

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

Shades of Locust #A4B17D

Tints of Locust #A4B17D

Color information

#A4B17D (or 0xA4B17D) is unknown color: approx Locust. HEX triplet: A4, B1 and 7D. RGB value is (164,177,125). Sum of RGB (Red+Green+Blue) = 164+177+125=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B17D is #5B4E82. Grayscale: #A7A7A7. Windows color (decimal): -5983875 or 8237476. OLE color: 8237476.

HSL color Cylindrical-coordinate representation of color #A4B17D: hue angle of 75º 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 #A4B17D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB164177125-
CMYK0.0700.290.31
HSL75º25%59.22%-
HSV(B)75º29.38%69.41%-
XYZ34.7340.8225.45-
YUV167.18104.19125.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=35.19%
G=37.98%
B=26.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771250.0700.290.31752559.22
HexA4B17D701D1F4b193b
Octal2442611757035371133173
Binary1010010010110001111110111101110111111100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B17D; }

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

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

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

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

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

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

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

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