Html Css Color HEX #A0A474 Locust

📋 copy color: '#A0A474'

red 160 ◦ green 164 ◦ blue 116

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

Shades of Locust #A0A474

Tints of Locust #A0A474

RGB

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

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

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

R = 36.36%
G = 37.27%
B = 26.36%

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

#A0A474 (or 0xA0A474) is known color: Locust. HEX triplet: A0, A4 and 74. RGB value is (160,164,116). Sum of RGB (Red+Green+Blue) = 160+164+116=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A474 is #5F5B8B. Grayscale: #9D9D9D. Windows color (decimal): -6249356 or 7644320. OLE color: 7644320.

HSL color Cylindrical-coordinate representation of color #A0A474: hue angle of 65º 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 #A0A474 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 164 116 -
CMYK 0.02 0 0.29 0.36
HSL 65º 0.21% 0.55% -
HSV(B) 65º 0.29% 0.64% -
XYZ 30.93 35.29 21.7 -
YUV 157.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 160 164 116 0.02 0 0.29 0.36 65 0.21 0.55
Hex A0 A4 74 2 0 1D 24 41 15 37
Octal 240 244 164 2 0 35 44 101 25 67
Binary 10100000 10100100 1110100 10 0 11101 100100 1000001 10101 110111

Color Harmonies of #A0A474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A474

Black with #A0A474

Text Example


Text Example

White with #A0A474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A474; }

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

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

background-color css

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

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

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

border-color css

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

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

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