Html Css Color HEX #A0A37A Locust

📋 copy color: '#A0A37A'

red 160 ◦ green 163 ◦ blue 122

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

Shades of Locust #A0A37A

Tints of Locust #A0A37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 35.96%
G = 36.63%
B = 27.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A0A37A (or 0xA0A37A) is known color: Locust. HEX triplet: A0, A3 and 7A. RGB value is (160,163,122). Sum of RGB (Red+Green+Blue) = 160+163+122=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A37A is #5F5C85. Grayscale: #9D9D9D. Windows color (decimal): -6249606 or 8037280. OLE color: 8037280.

HSL color Cylindrical-coordinate representation of color #A0A37A: hue angle of 64.39º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0A37A is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 122 -
CMYK 0.02 0 0.25 0.36
HSL 64.39º 0.18% 0.56% -
HSV(B) 64.39º 0.25% 0.64% -
XYZ 31.11 35.07 23.54 -
YUV 157.43 108.01 129.83 -
System Red Green Blue C M Y K H S L
Decimal 160 163 122 0.02 0 0.25 0.36 64.39 0.18 0.56
Hex A0 A3 7A 2 0 19 24 40 12 38
Octal 240 243 172 2 0 31 44 100 22 70
Binary 10100000 10100011 1111010 10 0 11001 100100 1000000 10010 111000

Color Harmonies of #A0A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A37A

Black with #A0A37A

Text Example


Text Example

White with #A0A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A37A; }

 p { color: rgb(160,163,122); }

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

background-color css

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

 a { background-color: rgb(160,163,122); }

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

border-color css

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

 span { border-color: rgb(160,163,122); }

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