Html Css Color HEX #A3AA78 Locust

📋 copy color: '#A3AA78'

red 163 ◦ green 170 ◦ blue 120

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

Shades of Locust #A3AA78

Tints of Locust #A3AA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 35.98%
G = 37.53%
B = 26.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#A3AA78 (or 0xA3AA78) is known color: Locust. HEX triplet: A3, AA and 78. RGB value is (163,170,120). Sum of RGB (Red+Green+Blue) = 163+170+120=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA78 is #5C5587. Grayscale: #A2A2A2. Windows color (decimal): -6051208 or 7908003. OLE color: 7908003.

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

Color convert

RGB 163 170 120 -
CMYK 0.04 0 0.29 0.33
HSL 68.4º 0.23% 0.57% -
HSV(B) 68.4º 0.29% 0.67% -
XYZ 32.87 37.89 23.35 -
YUV 162.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 163 170 120 0.04 0 0.29 0.33 68.4 0.23 0.57
Hex A3 AA 78 4 0 1D 21 44 17 39
Octal 243 252 170 4 0 35 41 104 27 71
Binary 10100011 10101010 1111000 100 0 11101 100001 1000100 10111 111001

Color Harmonies of #A3AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA78

Black with #A3AA78

Text Example


Text Example

White with #A3AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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