Html Css Color HEX #A2AC5D Green Smoke

📋 copy color: '#A2AC5D'

red 162 ◦ green 172 ◦ blue 93

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

Shades of Green Smoke #A2AC5D

Tints of Green Smoke #A2AC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 37.94%
G = 40.28%
B = 21.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#A2AC5D (or 0xA2AC5D) is known color: Green Smoke. HEX triplet: A2, AC and 5D. RGB value is (162,172,93). Sum of RGB (Red+Green+Blue) = 162+172+93=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC5D is #5D53A2. Grayscale: #A0A0A0. Windows color (decimal): -6116259 or 6139042. OLE color: 6139042.

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

Color convert

RGB 162 172 93 -
CMYK 0.06 0 0.46 0.33
HSL 67.59º 0.32% 0.52% -
HSV(B) 67.59º 0.46% 0.67% -
XYZ 31.63 37.98 16.02 -
YUV 160 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 162 172 93 0.06 0 0.46 0.33 67.59 0.32 0.52
Hex A2 AC 5D 6 0 2E 21 44 20 34
Octal 242 254 135 6 0 56 41 104 40 64
Binary 10100010 10101100 1011101 110 0 101110 100001 1000100 100000 110100

Color Harmonies of #A2AC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC5D

Black with #A2AC5D

Text Example


Text Example

White with #A2AC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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