Html Css Color HEX #A2A55C Green Smoke

📋 copy color: '#A2A55C'

red 162 ◦ green 165 ◦ blue 92

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

Shades of Green Smoke #A2A55C

Tints of Green Smoke #A2A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 38.66%
G = 39.38%
B = 21.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A2A55C (or 0xA2A55C) is known color: Green Smoke. HEX triplet: A2, A5 and 5C. RGB value is (162,165,92). Sum of RGB (Red+Green+Blue) = 162+165+92=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A55C is #5D5AA3. Grayscale: #9C9C9C. Windows color (decimal): -6118052 or 6071714. OLE color: 6071714.

HSL color Cylindrical-coordinate representation of color #A2A55C: hue angle of 62.47º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2A55C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 92 -
CMYK 0.02 0 0.44 0.35
HSL 62.47º 0.29% 0.5% -
HSV(B) 62.47º 0.44% 0.65% -
XYZ 30.29 35.36 15.35 -
YUV 155.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 162 165 92 0.02 0 0.44 0.35 62.47 0.29 0.5
Hex A2 A5 5C 2 0 2C 23 3E 1D 32
Octal 242 245 134 2 0 54 43 76 35 62
Binary 10100010 10100101 1011100 10 0 101100 100011 111110 11101 110010

Color Harmonies of #A2A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A55C

Black with #A2A55C

Text Example


Text Example

White with #A2A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A55C; }

 p { color: rgb(162,165,92); }

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

background-color css

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

 a { background-color: rgb(162,165,92); }

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

border-color css

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

 span { border-color: rgb(162,165,92); }

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