Html Css Color HEX #A0A574 Locust

📋 copy color: '#A0A574'

red 160 ◦ green 165 ◦ blue 116

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

Shades of Locust #A0A574

Tints of Locust #A0A574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 36.28%
G = 37.41%
B = 26.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A0A574 (or 0xA0A574) is known color: Locust. HEX triplet: A0, A5 and 74. RGB value is (160,165,116). Sum of RGB (Red+Green+Blue) = 160+165+116=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A574 is #5F5A8B. Grayscale: #9E9E9E. Windows color (decimal): -6249100 or 7644576. OLE color: 7644576.

HSL color Cylindrical-coordinate representation of color #A0A574: hue angle of 66.12º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0A574 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 116 -
CMYK 0.03 0 0.30 0.35
HSL 66.12º 0.21% 0.55% -
HSV(B) 66.12º 0.3% 0.65% -
XYZ 31.1 35.64 21.76 -
YUV 157.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 160 165 116 0.03 0 0.30 0.35 66.12 0.21 0.55
Hex A0 A5 74 3 0 1E 23 42 15 37
Octal 240 245 164 3 0 36 43 102 25 67
Binary 10100000 10100101 1110100 11 0 11110 100011 1000010 10101 110111

Color Harmonies of #A0A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A574

Black with #A0A574

Text Example


Text Example

White with #A0A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A574; }

 p { color: rgb(160,165,116); }

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

background-color css

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

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

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

border-color css

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

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

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