#A8AF7E

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

Shades of Locust #A8AF7E

Tints of Locust #A8AF7E

Color information

#A8AF7E (or 0xA8AF7E) is unknown color: approx Locust. HEX triplet: A8, AF and 7E. RGB value is (168,175,126). Sum of RGB (Red+Green+Blue) = 168+175+126=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF7E is #575081. Grayscale: #A7A7A7. Windows color (decimal): -5722242 or 8302504. OLE color: 8302504.

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

Color convert

RGB168175126-
CMYK0.0400.280.31
HSL68.57º23.44%59.02%-
HSV(B)68.57º28%68.63%-
XYZ35.2440.4925.7-
YUV167.32104.68128.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=35.82%
G=37.31%
B=26.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751260.0400.280.3168.5723.4459.02
HexA8AF7E401C1F45173b
Octal2502571764034371052773
Binary1010100010101111111111010001110011111100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF7E; }

 p { color: rgb(168,175,126); }

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

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

 a { background-color: rgb(168,175,126); }

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

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

 span { border-color: rgb(168,175,126); }

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