Html Css Color HEX #A2AC5E Green Smoke

📋 copy color: '#A2AC5E'

red 162 ◦ green 172 ◦ blue 94

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

Shades of Green Smoke #A2AC5E

Tints of Green Smoke #A2AC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 37.85%
G = 40.19%
B = 21.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#A2AC5E (or 0xA2AC5E) is known color: Green Smoke. HEX triplet: A2, AC and 5E. RGB value is (162,172,94). Sum of RGB (Red+Green+Blue) = 162+172+94=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC5E is #5D53A1. Grayscale: #A0A0A0. Windows color (decimal): -6116258 or 6204578. OLE color: 6204578.

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

Color convert

RGB 162 172 94 -
CMYK 0.06 0 0.45 0.33
HSL 67.69º 0.32% 0.52% -
HSV(B) 67.69º 0.45% 0.67% -
XYZ 31.67 37.99 16.25 -
YUV 160.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 162 172 94 0.06 0 0.45 0.33 67.69 0.32 0.52
Hex A2 AC 5E 6 0 2D 21 44 20 34
Octal 242 254 136 6 0 55 41 104 40 64
Binary 10100010 10101100 1011110 110 0 101101 100001 1000100 100000 110100

Color Harmonies of #A2AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC5E

Black with #A2AC5E

Text Example


Text Example

White with #A2AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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