Html Css Color HEX #A2AC71 Green Smoke

📋 copy color: '#A2AC71'

red 162 ◦ green 172 ◦ blue 113

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

Shades of Green Smoke #A2AC71

Tints of Green Smoke #A2AC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.48%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 36.24%
G = 38.48%
B = 25.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#A2AC71 (or 0xA2AC71) is known color: Green Smoke. HEX triplet: A2, AC and 71. RGB value is (162,172,113). Sum of RGB (Red+Green+Blue) = 162+172+113=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC71 is #5D538E. Grayscale: #A2A2A2. Windows color (decimal): -6116239 or 7449762. OLE color: 7449762.

HSL color Cylindrical-coordinate representation of color #A2AC71: hue angle of 70.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2AC71 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 113 -
CMYK 0.06 0 0.34 0.33
HSL 70.17º 0.26% 0.56% -
HSV(B) 70.17º 0.34% 0.67% -
XYZ 32.63 38.38 21.31 -
YUV 162.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 162 172 113 0.06 0 0.34 0.33 70.17 0.26 0.56
Hex A2 AC 71 6 0 22 21 46 1A 38
Octal 242 254 161 6 0 42 41 106 32 70
Binary 10100010 10101100 1110001 110 0 100010 100001 1000110 11010 111000

Color Harmonies of #A2AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC71

Black with #A2AC71

Text Example


Text Example

White with #A2AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC71; }

 p { color: rgb(162,172,113); }

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

background-color css

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

 a { background-color: rgb(162,172,113); }

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

border-color css

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

 span { border-color: rgb(162,172,113); }

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