Html Css Color HEX #A8AF77 Locust

📋 copy color: '#A8AF77'

red 168 ◦ green 175 ◦ blue 119

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

Shades of Locust #A8AF77

Tints of Locust #A8AF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.76%

R = 36.36%
G = 37.88%
B = 25.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#A8AF77 (or 0xA8AF77) is known color: Locust. HEX triplet: A8, AF and 77. RGB value is (168,175,119). Sum of RGB (Red+Green+Blue) = 168+175+119=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF77 is #575088. Grayscale: #A6A6A6. Windows color (decimal): -5722249 or 7843752. OLE color: 7843752.

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

Color convert

RGB 168 175 119 -
CMYK 0.04 0 0.32 0.31
HSL 67.5º 0.26% 0.58% -
HSV(B) 67.5º 0.32% 0.69% -
XYZ 34.81 40.32 23.4 -
YUV 166.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 168 175 119 0.04 0 0.32 0.31 67.5 0.26 0.58
Hex A8 AF 77 4 0 20 1F 44 1A 3A
Octal 250 257 167 4 0 40 37 104 32 72
Binary 10101000 10101111 1110111 100 0 100000 11111 1000100 11010 111010

Color Harmonies of #A8AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF77

Black with #A8AF77

Text Example


Text Example

White with #A8AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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