Html Css Color HEX #A8AB76 Locust

📋 copy color: '#A8AB76'

red 168 ◦ green 171 ◦ blue 118

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

Shades of Locust #A8AB76

Tints of Locust #A8AB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 36.76%
G = 37.42%
B = 25.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#A8AB76 (or 0xA8AB76) is known color: Locust. HEX triplet: A8, AB and 76. RGB value is (168,171,118). Sum of RGB (Red+Green+Blue) = 168+171+118=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB76 is #575489. Grayscale: #A4A4A4. Windows color (decimal): -5723274 or 7777192. OLE color: 7777192.

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

Color convert

RGB 168 171 118 -
CMYK 0.02 0 0.31 0.33
HSL 63.4º 0.24% 0.57% -
HSV(B) 63.4º 0.31% 0.67% -
XYZ 33.98 38.76 22.83 -
YUV 164.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 168 171 118 0.02 0 0.31 0.33 63.4 0.24 0.57
Hex A8 AB 76 2 0 1F 21 3F 18 39
Octal 250 253 166 2 0 37 41 77 30 71
Binary 10101000 10101011 1110110 10 0 11111 100001 111111 11000 111001

Color Harmonies of #A8AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB76

Black with #A8AB76

Text Example


Text Example

White with #A8AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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