Html Css Color HEX #A0A181 Locust

📋 copy color: '#A0A181'

red 160 ◦ green 161 ◦ blue 129

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

Shades of Locust #A0A181

Tints of Locust #A0A181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

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

R = 35.56%
G = 35.78%
B = 28.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A0A181 (or 0xA0A181) is known color: Locust. HEX triplet: A0, A1 and 81. RGB value is (160,161,129). Sum of RGB (Red+Green+Blue) = 160+161+129=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A181 is #5F5E7E. Grayscale: #9D9D9D. Windows color (decimal): -6250111 or 8495520. OLE color: 8495520.

HSL color Cylindrical-coordinate representation of color #A0A181: hue angle of 61.88º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0A181 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 129 -
CMYK 0.01 0 0.20 0.37
HSL 61.88º 0.15% 0.57% -
HSV(B) 61.88º 0.2% 0.63% -
XYZ 31.2 34.55 25.79 -
YUV 157.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 160 161 129 0.01 0 0.20 0.37 61.88 0.15 0.57
Hex A0 A1 81 1 0 14 25 3E F 39
Octal 240 241 201 1 0 24 45 76 17 71
Binary 10100000 10100001 10000001 1 0 10100 100101 111110 1111 111001

Color Harmonies of #A0A181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A181

Black with #A0A181

Text Example


Text Example

White with #A0A181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A181; }

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

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

background-color css

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

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

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

border-color css

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

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

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