Html Css Color HEX #A2AE55 Green Smoke

📋 copy color: '#A2AE55'

red 162 ◦ green 174 ◦ blue 85

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

Shades of Green Smoke #A2AE55

Tints of Green Smoke #A2AE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 38.48%
G = 41.33%
B = 20.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A2AE55 (or 0xA2AE55) is known color: Green Smoke. HEX triplet: A2, AE and 55. RGB value is (162,174,85). Sum of RGB (Red+Green+Blue) = 162+174+85=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AE55 is #5D51AA. Grayscale: #A0A0A0. Windows color (decimal): -6115755 or 5615266. OLE color: 5615266.

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

Color convert

RGB 162 174 85 -
CMYK 0.07 0 0.51 0.32
HSL 68.09º 0.35% 0.51% -
HSV(B) 68.09º 0.51% 0.68% -
XYZ 31.68 38.61 14.38 -
YUV 160.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 162 174 85 0.07 0 0.51 0.32 68.09 0.35 0.51
Hex A2 AE 55 7 0 33 20 44 23 33
Octal 242 256 125 7 0 63 40 104 43 63
Binary 10100010 10101110 1010101 111 0 110011 100000 1000100 100011 110011

Color Harmonies of #A2AE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE55

Black with #A2AE55

Text Example


Text Example

White with #A2AE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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