Html Css Color HEX #A0A97C Locust

📋 copy color: '#A0A97C'

red 160 ◦ green 169 ◦ blue 124

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

Shades of Locust #A0A97C

Tints of Locust #A0A97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.31%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 35.32%
G = 37.31%
B = 27.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A0A97C (or 0xA0A97C) is known color: Locust. HEX triplet: A0, A9 and 7C. RGB value is (160,169,124). Sum of RGB (Red+Green+Blue) = 160+169+124=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A97C is #5F5683. Grayscale: #A1A1A1. Windows color (decimal): -6248068 or 8169888. OLE color: 8169888.

HSL color Cylindrical-coordinate representation of color #A0A97C: hue angle of 72º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A97C is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 124 -
CMYK 0.05 0 0.27 0.34
HSL 72º 0.21% 0.57% -
HSV(B) 72º 0.27% 0.66% -
XYZ 32.32 37.3 24.57 -
YUV 161.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 160 169 124 0.05 0 0.27 0.34 72 0.21 0.57
Hex A0 A9 7C 5 0 1B 22 48 15 39
Octal 240 251 174 5 0 33 42 110 25 71
Binary 10100000 10101001 1111100 101 0 11011 100010 1001000 10101 111001

Color Harmonies of #A0A97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A97C

Black with #A0A97C

Text Example


Text Example

White with #A0A97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A97C; }

 p { color: rgb(160,169,124); }

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

background-color css

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

 a { background-color: rgb(160,169,124); }

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

border-color css

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

 span { border-color: rgb(160,169,124); }

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