Html Css Color HEX #A0AA81 Locust

📋 copy color: '#A0AA81'

red 160 ◦ green 170 ◦ blue 129

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

Shades of Locust #A0AA81

Tints of Locust #A0AA81

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 129 (50.78% from 255) = 28.1%

R = 34.86%
G = 37.04%
B = 28.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#A0AA81 (or 0xA0AA81) is known color: Locust. HEX triplet: A0, AA and 81. RGB value is (160,170,129). Sum of RGB (Red+Green+Blue) = 160+170+129=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA81 is #5F557E. Grayscale: #A2A2A2. Windows color (decimal): -6247807 or 8497824. OLE color: 8497824.

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

Color convert

RGB 160 170 129 -
CMYK 0.06 0 0.24 0.33
HSL 74.63º 0.19% 0.59% -
HSV(B) 74.63º 0.24% 0.67% -
XYZ 32.83 37.81 26.34 -
YUV 162.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 160 170 129 0.06 0 0.24 0.33 74.63 0.19 0.59
Hex A0 AA 81 6 0 18 21 4B 13 3B
Octal 240 252 201 6 0 30 41 113 23 73
Binary 10100000 10101010 10000001 110 0 11000 100001 1001011 10011 111011

Color Harmonies of #A0AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA81

Black with #A0AA81

Text Example


Text Example

White with #A0AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA81; }

 p { color: rgb(160,170,129); }

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

background-color css

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

 a { background-color: rgb(160,170,129); }

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

border-color css

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

 span { border-color: rgb(160,170,129); }

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