Html Css Color HEX #A3AA77 Locust

📋 copy color: '#A3AA77'

red 163 ◦ green 170 ◦ blue 119

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

Shades of Locust #A3AA77

Tints of Locust #A3AA77

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

 GREEN value IS 170 (66.8% from 255) = 37.61%

 BLUE value IS 119 (46.88% from 255) = 26.33%

R = 36.06%
G = 37.61%
B = 26.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#A3AA77 (or 0xA3AA77) is known color: Locust. HEX triplet: A3, AA and 77. RGB value is (163,170,119). Sum of RGB (Red+Green+Blue) = 163+170+119=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA77 is #5C5588. Grayscale: #A2A2A2. Windows color (decimal): -6051209 or 7842467. OLE color: 7842467.

HSL color Cylindrical-coordinate representation of color #A3AA77: hue angle of 68.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3AA77 is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 170 119 -
CMYK 0.04 0 0.3 0.33
HSL 68.24º 0.23% 0.57% -
HSV(B) 68.24º 0.3% 0.67% -
XYZ 32.81 37.87 23.03 -
YUV 162.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 163 170 119 0.04 0 0.3 0.33 68.24 0.23 0.57
Hex A3 AA 77 4 0 1E 21 44 17 39
Octal 243 252 167 4 0 36 41 104 27 71
Binary 10100011 10101010 1110111 100 0 11110 100001 1000100 10111 111001

Color Harmonies of #A3AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA77

Black with #A3AA77

Text Example


Text Example

White with #A3AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA77; }

 p { color: rgb(163,170,119); }

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

background-color css

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

 a { background-color: rgb(163,170,119); }

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

border-color css

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

 span { border-color: rgb(163,170,119); }

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