Html Css Color HEX #A0A77D Locust

📋 copy color: '#A0A77D'

red 160 ◦ green 167 ◦ blue 125

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

Shades of Locust #A0A77D

Tints of Locust #A0A77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

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

R = 35.4%
G = 36.95%
B = 27.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A0A77D (or 0xA0A77D) is known color: Locust. HEX triplet: A0, A7 and 7D. RGB value is (160,167,125). Sum of RGB (Red+Green+Blue) = 160+167+125=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A77D is #5F5882. Grayscale: #A0A0A0. Windows color (decimal): -6248579 or 8234912. OLE color: 8234912.

HSL color Cylindrical-coordinate representation of color #A0A77D: hue angle of 70º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0A77D is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 167 125 -
CMYK 0.04 0 0.25 0.35
HSL 70º 0.19% 0.57% -
HSV(B) 70º 0.25% 0.65% -
XYZ 32.02 36.59 24.78 -
YUV 160.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 160 167 125 0.04 0 0.25 0.35 70 0.19 0.57
Hex A0 A7 7D 4 0 19 23 46 13 39
Octal 240 247 175 4 0 31 43 106 23 71
Binary 10100000 10100111 1111101 100 0 11001 100011 1000110 10011 111001

Color Harmonies of #A0A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A77D

Black with #A0A77D

Text Example


Text Example

White with #A0A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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