Html Css Color HEX #A0A17B Locust

📋 copy color: '#A0A17B'

red 160 ◦ green 161 ◦ blue 123

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

Shades of Locust #A0A17B

Tints of Locust #A0A17B

RGB

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

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

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

R = 36.04%
G = 36.26%
B = 27.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0A17B (or 0xA0A17B) is known color: Locust. HEX triplet: A0, A1 and 7B. RGB value is (160,161,123). Sum of RGB (Red+Green+Blue) = 160+161+123=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A17B is #5F5E84. Grayscale: #9C9C9C. Windows color (decimal): -6250117 or 8102304. OLE color: 8102304.

HSL color Cylindrical-coordinate representation of color #A0A17B: hue angle of 61.58º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0A17B is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 123 -
CMYK 0.01 0 0.24 0.37
HSL 61.58º 0.17% 0.56% -
HSV(B) 61.58º 0.24% 0.63% -
XYZ 30.82 34.39 23.75 -
YUV 156.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 160 161 123 0.01 0 0.24 0.37 61.58 0.17 0.56
Hex A0 A1 7B 1 0 18 25 3E 11 38
Octal 240 241 173 1 0 30 45 76 21 70
Binary 10100000 10100001 1111011 1 0 11000 100101 111110 10001 111000

Color Harmonies of #A0A17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A17B

Black with #A0A17B

Text Example


Text Example

White with #A0A17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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