Html Css Color HEX #A0A475 Locust

📋 copy color: '#A0A475'

red 160 ◦ green 164 ◦ blue 117

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

Shades of Locust #A0A475

Tints of Locust #A0A475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 36.28%
G = 37.19%
B = 26.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A0A475 (or 0xA0A475) is known color: Locust. HEX triplet: A0, A4 and 75. RGB value is (160,164,117). Sum of RGB (Red+Green+Blue) = 160+164+117=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A475 is #5F5B8A. Grayscale: #9D9D9D. Windows color (decimal): -6249355 or 7709856. OLE color: 7709856.

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

Color convert

RGB 160 164 117 -
CMYK 0.02 0 0.29 0.36
HSL 65.11º 0.21% 0.55% -
HSV(B) 65.11º 0.29% 0.64% -
XYZ 30.98 35.31 22.01 -
YUV 157.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 160 164 117 0.02 0 0.29 0.36 65.11 0.21 0.55
Hex A0 A4 75 2 0 1D 24 41 15 37
Octal 240 244 165 2 0 35 44 101 25 67
Binary 10100000 10100100 1110101 10 0 11101 100100 1000001 10101 110111

Color Harmonies of #A0A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A475

Black with #A0A475

Text Example


Text Example

White with #A0A475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A475; }

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

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

background-color css

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

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

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

border-color css

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

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

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