Html Css Color HEX #A8AF79 Locust

📋 copy color: '#A8AF79'

red 168 ◦ green 175 ◦ blue 121

#A8AF79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #A8AF79

Tints of Locust #A8AF79

RGB

 RED value IS 168 (66.02% from 255) = 36.21%

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 121 (47.66% from 255) = 26.08%

R = 36.21%
G = 37.72%
B = 26.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#A8AF79 (or 0xA8AF79) is known color: Locust. HEX triplet: A8, AF and 79. RGB value is (168,175,121). Sum of RGB (Red+Green+Blue) = 168+175+121=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF79 is #575086. Grayscale: #A6A6A6. Windows color (decimal): -5722247 or 7974824. OLE color: 7974824.

HSL color Cylindrical-coordinate representation of color #A8AF79: hue angle of 67.78º degrees, saturation: 0.25, 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 #A8AF79 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 121 -
CMYK 0.04 0 0.31 0.31
HSL 67.78º 0.25% 0.58% -
HSV(B) 67.78º 0.31% 0.69% -
XYZ 34.93 40.37 24.04 -
YUV 166.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 168 175 121 0.04 0 0.31 0.31 67.78 0.25 0.58
Hex A8 AF 79 4 0 1F 1F 44 19 3A
Octal 250 257 171 4 0 37 37 104 31 72
Binary 10101000 10101111 1111001 100 0 11111 11111 1000100 11001 111010

Color Harmonies of #A8AF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF79

Black with #A8AF79

Text Example


Text Example

White with #A8AF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF79; }

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

 H1.HeaderClassName
 {
   color: #A8AF79;
 }
 .AnyTagClassName
 {
   color: #A8AF79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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