Html Css Color HEX #A8AB77 Locust

📋 copy color: '#A8AB77'

red 168 ◦ green 171 ◦ blue 119

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

Shades of Locust #A8AB77

Tints of Locust #A8AB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

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

R = 36.68%
G = 37.34%
B = 25.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#A8AB77 (or 0xA8AB77) is known color: Locust. HEX triplet: A8, AB and 77. RGB value is (168,171,119). Sum of RGB (Red+Green+Blue) = 168+171+119=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB77 is #575488. Grayscale: #A4A4A4. Windows color (decimal): -5723273 or 7842728. OLE color: 7842728.

HSL color Cylindrical-coordinate representation of color #A8AB77: hue angle of 63.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8AB77 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 119 -
CMYK 0.02 0 0.30 0.33
HSL 63.46º 0.24% 0.57% -
HSV(B) 63.46º 0.3% 0.67% -
XYZ 34.04 38.78 23.14 -
YUV 164.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 168 171 119 0.02 0 0.30 0.33 63.46 0.24 0.57
Hex A8 AB 77 2 0 1E 21 3F 18 39
Octal 250 253 167 2 0 36 41 77 30 71
Binary 10101000 10101011 1110111 10 0 11110 100001 111111 11000 111001

Color Harmonies of #A8AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB77

Black with #A8AB77

Text Example


Text Example

White with #A8AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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