#A9B17D

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

Shades of Locust #A9B17D

Tints of Locust #A9B17D

Color information

#A9B17D (or 0xA9B17D) is unknown color: approx Locust. HEX triplet: A9, B1 and 7D. RGB value is (169,177,125). Sum of RGB (Red+Green+Blue) = 169+177+125=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B17D is #564E82. Grayscale: #A8A8A8. Windows color (decimal): -5656195 or 8237481. OLE color: 8237481.

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

Color convert

RGB169177125-
CMYK0.0500.290.31
HSL69.23º25%59.22%-
HSV(B)69.23º29.38%69.41%-
XYZ35.7941.3625.5-
YUV168.68103.35128.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 177 (69.53% from 255) = 37.58%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=35.88%
G=37.58%
B=26.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691771250.0500.290.3169.232559.22
HexA9B17D501D1F45193b
Octal2512611755035371053173
Binary1010100110110001111110110101110111111100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B17D; }

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

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

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

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

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

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

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

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