#A8AF78

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

Shades of Locust #A8AF78

Tints of Locust #A8AF78

Color information

#A8AF78 (or 0xA8AF78) is unknown color: approx Locust. HEX triplet: A8, AF and 78. RGB value is (168,175,120). Sum of RGB (Red+Green+Blue) = 168+175+120=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF78 is #575087. Grayscale: #A6A6A6. Windows color (decimal): -5722248 or 7909288. OLE color: 7909288.

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

Color convert

RGB168175120-
CMYK0.0400.310.31
HSL67.64º25.58%57.84%-
HSV(B)67.64º31.43%68.63%-
XYZ34.8740.3423.72-
YUV166.64101.68128.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=36.29%
G=37.80%
B=25.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751200.0400.310.3167.6425.5857.84
HexA8AF78401F1F441a3a
Octal2502571704037371043272
Binary1010100010101111111100010001111111111100010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF78; }

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

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

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

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

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

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

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

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