Html Css Color HEX #A0A17D Locust

📋 copy color: '#A0A17D'

red 160 ◦ green 161 ◦ blue 125

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

Shades of Locust #A0A17D

Tints of Locust #A0A17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 35.87%
G = 36.1%
B = 28.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0A17D (or 0xA0A17D) is known color: Locust. HEX triplet: A0, A1 and 7D. RGB value is (160,161,125). Sum of RGB (Red+Green+Blue) = 160+161+125=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A17D is #5F5E82. Grayscale: #9C9C9C. Windows color (decimal): -6250115 or 8233376. OLE color: 8233376.

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

Color convert

RGB 160 161 125 -
CMYK 0.01 0 0.22 0.37
HSL 61.67º 0.16% 0.56% -
HSV(B) 61.67º 0.22% 0.63% -
XYZ 30.94 34.44 24.42 -
YUV 156.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 160 161 125 0.01 0 0.22 0.37 61.67 0.16 0.56
Hex A0 A1 7D 1 0 16 25 3E 10 38
Octal 240 241 175 1 0 26 45 76 20 70
Binary 10100000 10100001 1111101 1 0 10110 100101 111110 10000 111000

Color Harmonies of #A0A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A17D

Black with #A0A17D

Text Example


Text Example

White with #A0A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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