Html Css Color HEX #A0A97B Locust

📋 copy color: '#A0A97B'

red 160 ◦ green 169 ◦ blue 123

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

Shades of Locust #A0A97B

Tints of Locust #A0A97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 35.4%
G = 37.39%
B = 27.21%

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

#A0A97B (or 0xA0A97B) is known color: Locust. HEX triplet: A0, A9 and 7B. RGB value is (160,169,123). Sum of RGB (Red+Green+Blue) = 160+169+123=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A97B is #5F5684. Grayscale: #A1A1A1. Windows color (decimal): -6248069 or 8104352. OLE color: 8104352.

HSL color Cylindrical-coordinate representation of color #A0A97B: hue angle of 71.74º 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 #A0A97B is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 123 -
CMYK 0.05 0 0.27 0.34
HSL 71.74º 0.21% 0.57% -
HSV(B) 71.74º 0.27% 0.66% -
XYZ 32.26 37.28 24.23 -
YUV 161.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 160 169 123 0.05 0 0.27 0.34 71.74 0.21 0.57
Hex A0 A9 7B 5 0 1B 22 48 15 39
Octal 240 251 173 5 0 33 42 110 25 71
Binary 10100000 10101001 1111011 101 0 11011 100010 1001000 10101 111001

Color Harmonies of #A0A97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A97B

Black with #A0A97B

Text Example


Text Example

White with #A0A97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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