Html Css Color HEX #A2A978 Locust

📋 copy color: '#A2A978'

red 162 ◦ green 169 ◦ blue 120

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

Shades of Locust #A2A978

Tints of Locust #A2A978

RGB

 RED value IS 162 (63.67% from 255) = 35.92%

 GREEN value IS 169 (66.41% from 255) = 37.47%

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

R = 35.92%
G = 37.47%
B = 26.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A2A978 (or 0xA2A978) is known color: Locust. HEX triplet: A2, A9 and 78. RGB value is (162,169,120). Sum of RGB (Red+Green+Blue) = 162+169+120=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A978 is #5D5687. Grayscale: #A1A1A1. Windows color (decimal): -6117000 or 7907746. OLE color: 7907746.

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

Color convert

RGB 162 169 120 -
CMYK 0.04 0 0.29 0.34
HSL 68.57º 0.22% 0.57% -
HSV(B) 68.57º 0.29% 0.66% -
XYZ 32.48 37.41 23.28 -
YUV 161.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 162 169 120 0.04 0 0.29 0.34 68.57 0.22 0.57
Hex A2 A9 78 4 0 1D 22 45 16 39
Octal 242 251 170 4 0 35 42 105 26 71
Binary 10100010 10101001 1111000 100 0 11101 100010 1000101 10110 111001

Color Harmonies of #A2A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A978

Black with #A2A978

Text Example


Text Example

White with #A2A978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A978; }

 p { color: rgb(162,169,120); }

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

background-color css

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

 a { background-color: rgb(162,169,120); }

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

border-color css

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

 span { border-color: rgb(162,169,120); }

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