Html Css Color HEX #A0A47F Locust

📋 copy color: '#A0A47F'

red 160 ◦ green 164 ◦ blue 127

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

Shades of Locust #A0A47F

Tints of Locust #A0A47F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

 BLUE value IS 127 (50% from 255) = 28.16%

R = 35.48%
G = 36.36%
B = 28.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A0A47F (or 0xA0A47F) is known color: Locust. HEX triplet: A0, A4 and 7F. RGB value is (160,164,127). Sum of RGB (Red+Green+Blue) = 160+164+127=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A47F is #5F5B80. Grayscale: #9E9E9E. Windows color (decimal): -6249345 or 8365216. OLE color: 8365216.

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

Color convert

RGB 160 164 127 -
CMYK 0.02 0 0.23 0.36
HSL 66.49º 0.17% 0.57% -
HSV(B) 66.49º 0.23% 0.64% -
XYZ 31.6 35.56 25.28 -
YUV 158.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 160 164 127 0.02 0 0.23 0.36 66.49 0.17 0.57
Hex A0 A4 7F 2 0 17 24 42 11 39
Octal 240 244 177 2 0 27 44 102 21 71
Binary 10100000 10100100 1111111 10 0 10111 100100 1000010 10001 111001

Color Harmonies of #A0A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A47F

Black with #A0A47F

Text Example


Text Example

White with #A0A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A47F; }

 p { color: rgb(160,164,127); }

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

background-color css

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

 a { background-color: rgb(160,164,127); }

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

border-color css

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

 span { border-color: rgb(160,164,127); }

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