Html Css Color HEX #A2A558 Green Smoke

📋 copy color: '#A2A558'

red 162 ◦ green 165 ◦ blue 88

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

Shades of Green Smoke #A2A558

Tints of Green Smoke #A2A558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.2%

R = 39.04%
G = 39.76%
B = 21.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A2A558 (or 0xA2A558) is known color: Green Smoke. HEX triplet: A2, A5 and 58. RGB value is (162,165,88). Sum of RGB (Red+Green+Blue) = 162+165+88=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A558 is #5D5AA7. Grayscale: #9B9B9B. Windows color (decimal): -6118056 or 5809570. OLE color: 5809570.

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

Color convert

RGB 162 165 88 -
CMYK 0.02 0 0.47 0.35
HSL 62.34º 0.3% 0.5% -
HSV(B) 62.34º 0.47% 0.65% -
XYZ 30.12 35.3 14.46 -
YUV 155.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 162 165 88 0.02 0 0.47 0.35 62.34 0.3 0.5
Hex A2 A5 58 2 0 2F 23 3E 1E 32
Octal 242 245 130 2 0 57 43 76 36 62
Binary 10100010 10100101 1011000 10 0 101111 100011 111110 11110 110010

Color Harmonies of #A2A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A558

Black with #A2A558

Text Example


Text Example

White with #A2A558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A558; }

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

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

background-color css

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

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

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

border-color css

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

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

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