Html Css Color HEX #A2AB76 Locust

📋 copy color: '#A2AB76'

red 162 ◦ green 171 ◦ blue 118

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

Shades of Locust #A2AB76

Tints of Locust #A2AB76

RGB

 RED value IS 162 (63.67% from 255) = 35.92%

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

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

R = 35.92%
G = 37.92%
B = 26.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#A2AB76 (or 0xA2AB76) is known color: Locust. HEX triplet: A2, AB and 76. RGB value is (162,171,118). Sum of RGB (Red+Green+Blue) = 162+171+118=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB76 is #5D5489. Grayscale: #A2A2A2. Windows color (decimal): -6116490 or 7777186. OLE color: 7777186.

HSL color Cylindrical-coordinate representation of color #A2AB76: hue angle of 70.19º 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 #A2AB76 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 118 -
CMYK 0.05 0 0.31 0.33
HSL 70.19º 0.24% 0.57% -
HSV(B) 70.19º 0.31% 0.67% -
XYZ 32.73 38.12 22.77 -
YUV 162.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 162 171 118 0.05 0 0.31 0.33 70.19 0.24 0.57
Hex A2 AB 76 5 0 1F 21 46 18 39
Octal 242 253 166 5 0 37 41 106 30 71
Binary 10100010 10101011 1110110 101 0 11111 100001 1000110 11000 111001

Color Harmonies of #A2AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB76

Black with #A2AB76

Text Example


Text Example

White with #A2AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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