Html Css Color HEX #A0A289 Locust

📋 copy color: '#A0A289'

red 160 ◦ green 162 ◦ blue 137

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

Shades of Locust #A0A289

Tints of Locust #A0A289

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 137 (53.91% from 255) = 29.85%

R = 34.86%
G = 35.29%
B = 29.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A0A289 (or 0xA0A289) is known color: Locust. HEX triplet: A0, A2 and 89. RGB value is (160,162,137). Sum of RGB (Red+Green+Blue) = 160+162+137=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A289 is #5F5D76. Grayscale: #9E9E9E. Windows color (decimal): -6249847 or 9020064. OLE color: 9020064.

HSL color Cylindrical-coordinate representation of color #A0A289: hue angle of 64.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0A289 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 162 137 -
CMYK 0.01 0 0.15 0.36
HSL 64.8º 0.12% 0.59% -
HSV(B) 64.8º 0.15% 0.64% -
XYZ 31.93 35.12 28.76 -
YUV 158.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 160 162 137 0.01 0 0.15 0.36 64.8 0.12 0.59
Hex A0 A2 89 1 0 F 24 41 C 3B
Octal 240 242 211 1 0 17 44 101 14 73
Binary 10100000 10100010 10001001 1 0 1111 100100 1000001 1100 111011

Color Harmonies of #A0A289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A289

Black with #A0A289

Text Example


Text Example

White with #A0A289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A289; }

 p { color: rgb(160,162,137); }

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

background-color css

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

 a { background-color: rgb(160,162,137); }

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

border-color css

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

 span { border-color: rgb(160,162,137); }

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