#A8B17D

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

Shades of Locust #A8B17D

Tints of Locust #A8B17D

Color information

#A8B17D (or 0xA8B17D) is unknown color: approx Locust. HEX triplet: A8, B1 and 7D. RGB value is (168,177,125). Sum of RGB (Red+Green+Blue) = 168+177+125=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B17D is #574E82. Grayscale: #A8A8A8. Windows color (decimal): -5721731 or 8237480. OLE color: 8237480.

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

Color convert

RGB168177125-
CMYK0.0500.290.31
HSL70.38º25%59.22%-
HSV(B)70.38º29.38%69.41%-
XYZ35.5741.2525.49-
YUV168.38103.52127.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=35.74%
G=37.66%
B=26.60%

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
Decimal1681771250.0500.290.3170.382559.22
HexA8B17D501D1F46193b
Octal2502611755035371063173
Binary1010100010110001111110110101110111111100011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B17D; }

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

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

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

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

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

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

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

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