Html Css Color HEX #A2AE74 Locust

📋 copy color: '#A2AE74'

red 162 ◦ green 174 ◦ blue 116

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

Shades of Locust #A2AE74

Tints of Locust #A2AE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 35.84%
G = 38.5%
B = 25.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#A2AE74 (or 0xA2AE74) is known color: Locust. HEX triplet: A2, AE and 74. RGB value is (162,174,116). Sum of RGB (Red+Green+Blue) = 162+174+116=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AE74 is #5D518B. Grayscale: #A4A4A4. Windows color (decimal): -6115724 or 7646882. OLE color: 7646882.

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

Color convert

RGB 162 174 116 -
CMYK 0.07 0 0.33 0.32
HSL 72.41º 0.26% 0.57% -
HSV(B) 72.41º 0.33% 0.68% -
XYZ 33.19 39.21 22.34 -
YUV 163.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 162 174 116 0.07 0 0.33 0.32 72.41 0.26 0.57
Hex A2 AE 74 7 0 21 20 48 1A 39
Octal 242 256 164 7 0 41 40 110 32 71
Binary 10100010 10101110 1110100 111 0 100001 100000 1001000 11010 111001

Color Harmonies of #A2AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE74

Black with #A2AE74

Text Example


Text Example

White with #A2AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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