Html Css Color HEX #A2AD7A Locust

📋 copy color: '#A2AD7A'

red 162 ◦ green 173 ◦ blue 122

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

Shades of Locust #A2AD7A

Tints of Locust #A2AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 35.45%
G = 37.86%
B = 26.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#A2AD7A (or 0xA2AD7A) is known color: Locust. HEX triplet: A2, AD and 7A. RGB value is (162,173,122). Sum of RGB (Red+Green+Blue) = 162+173+122=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD7A is #5D5285. Grayscale: #A4A4A4. Windows color (decimal): -6115974 or 8039842. OLE color: 8039842.

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

Color convert

RGB 162 173 122 -
CMYK 0.06 0 0.29 0.32
HSL 72.94º 0.24% 0.58% -
HSV(B) 72.94º 0.29% 0.68% -
XYZ 33.36 38.97 24.18 -
YUV 163.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 162 173 122 0.06 0 0.29 0.32 72.94 0.24 0.58
Hex A2 AD 7A 6 0 1D 20 49 18 3A
Octal 242 255 172 6 0 35 40 111 30 72
Binary 10100010 10101101 1111010 110 0 11101 100000 1001001 11000 111010

Color Harmonies of #A2AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD7A

Black with #A2AD7A

Text Example


Text Example

White with #A2AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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