Html Css Color HEX #A0A076 Locust

📋 copy color: '#A0A076'

red 160 ◦ green 160 ◦ blue 118

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

Shades of Locust #A0A076

Tints of Locust #A0A076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 118 (46.48% from 255) = 26.94%

R = 36.53%
G = 36.53%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A0A076 (or 0xA0A076) is known color: Locust. HEX triplet: A0, A0 and 76. RGB value is (160,160,118). Sum of RGB (Red+Green+Blue) = 160+160+118=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A076 is #5F5F89. Grayscale: #9B9B9B. Windows color (decimal): -6250378 or 7774368. OLE color: 7774368.

HSL color Cylindrical-coordinate representation of color #A0A076: hue angle of 60º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0A076 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 118 -
CMYK 0 0 0.26 0.37
HSL 60º 0.18% 0.55% -
HSV(B) 60º 0.26% 0.63% -
XYZ 30.34 33.92 22.09 -
YUV 155.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 160 160 118 0 0 0.26 0.37 60 0.18 0.55
Hex A0 A0 76 0 0 1A 25 3C 12 37
Octal 240 240 166 0 0 32 45 74 22 67
Binary 10100000 10100000 1110110 0 0 11010 100101 111100 10010 110111

Color Harmonies of #A0A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A076

Black with #A0A076

Text Example


Text Example

White with #A0A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A076; }

 p { color: rgb(160,160,118); }

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

background-color css

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

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

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

border-color css

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

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

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