Html Css Color HEX #A2AE7D Locust

📋 copy color: '#A2AE7D'

red 162 ◦ green 174 ◦ blue 125

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

Shades of Locust #A2AE7D

Tints of Locust #A2AE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.74%

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

R = 35.14%
G = 37.74%
B = 27.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#A2AE7D (or 0xA2AE7D) is known color: Locust. HEX triplet: A2, AE and 7D. RGB value is (162,174,125). Sum of RGB (Red+Green+Blue) = 162+174+125=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AE7D is #5D5182. Grayscale: #A5A5A5. Windows color (decimal): -6115715 or 8236706. OLE color: 8236706.

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

Color convert

RGB 162 174 125 -
CMYK 0.07 0 0.28 0.32
HSL 74.69º 0.23% 0.59% -
HSV(B) 74.69º 0.28% 0.68% -
XYZ 33.74 39.43 25.24 -
YUV 164.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 162 174 125 0.07 0 0.28 0.32 74.69 0.23 0.59
Hex A2 AE 7D 7 0 1C 20 4B 17 3B
Octal 242 256 175 7 0 34 40 113 27 73
Binary 10100010 10101110 1111101 111 0 11100 100000 1001011 10111 111011

Color Harmonies of #A2AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE7D

Black with #A2AE7D

Text Example


Text Example

White with #A2AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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