Html Css Color HEX #A2AD7D Locust

📋 copy color: '#A2AD7D'

red 162 ◦ green 173 ◦ blue 125

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

Shades of Locust #A2AD7D

Tints of Locust #A2AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 35.22%
G = 37.61%
B = 27.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#A2AD7D (or 0xA2AD7D) is known color: Locust. HEX triplet: A2, AD and 7D. RGB value is (162,173,125). Sum of RGB (Red+Green+Blue) = 162+173+125=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD7D is #5D5282. Grayscale: #A4A4A4. Windows color (decimal): -6115971 or 8236450. OLE color: 8236450.

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

Color convert

RGB 162 173 125 -
CMYK 0.06 0 0.28 0.32
HSL 73.75º 0.23% 0.58% -
HSV(B) 73.75º 0.28% 0.68% -
XYZ 33.55 39.05 25.17 -
YUV 164.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 162 173 125 0.06 0 0.28 0.32 73.75 0.23 0.58
Hex A2 AD 7D 6 0 1C 20 4A 17 3A
Octal 242 255 175 6 0 34 40 112 27 72
Binary 10100010 10101101 1111101 110 0 11100 100000 1001010 10111 111010

Color Harmonies of #A2AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD7D

Black with #A2AD7D

Text Example


Text Example

White with #A2AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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