Html Css Color HEX #A2AD79 Locust

📋 copy color: '#A2AD79'

red 162 ◦ green 173 ◦ blue 121

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

Shades of Locust #A2AD79

Tints of Locust #A2AD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 35.53%
G = 37.94%
B = 26.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#A2AD79 (or 0xA2AD79) is known color: Locust. HEX triplet: A2, AD and 79. RGB value is (162,173,121). Sum of RGB (Red+Green+Blue) = 162+173+121=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD79 is #5D5286. Grayscale: #A3A3A3. Windows color (decimal): -6115975 or 7974306. OLE color: 7974306.

HSL color Cylindrical-coordinate representation of color #A2AD79: hue angle of 72.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AD79 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 173 121 -
CMYK 0.06 0 0.30 0.32
HSL 72.69º 0.24% 0.58% -
HSV(B) 72.69º 0.3% 0.68% -
XYZ 33.3 38.95 23.85 -
YUV 163.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 162 173 121 0.06 0 0.30 0.32 72.69 0.24 0.58
Hex A2 AD 79 6 0 1E 20 49 18 3A
Octal 242 255 171 6 0 36 40 111 30 72
Binary 10100010 10101101 1111001 110 0 11110 100000 1001001 11000 111010

Color Harmonies of #A2AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD79

Black with #A2AD79

Text Example


Text Example

White with #A2AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD79; }

 p { color: rgb(162,173,121); }

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

background-color css

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

 a { background-color: rgb(162,173,121); }

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

border-color css

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

 span { border-color: rgb(162,173,121); }

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