Html Css Color HEX #A2A65C Green Smoke

📋 copy color: '#A2A65C'

red 162 ◦ green 166 ◦ blue 92

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

Shades of Green Smoke #A2A65C

Tints of Green Smoke #A2A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

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

R = 38.57%
G = 39.52%
B = 21.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A2A65C (or 0xA2A65C) is known color: Green Smoke. HEX triplet: A2, A6 and 5C. RGB value is (162,166,92). Sum of RGB (Red+Green+Blue) = 162+166+92=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A65C is #5D59A3. Grayscale: #9C9C9C. Windows color (decimal): -6117796 or 6071970. OLE color: 6071970.

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

Color convert

RGB 162 166 92 -
CMYK 0.02 0 0.45 0.35
HSL 63.24º 0.29% 0.51% -
HSV(B) 63.24º 0.45% 0.65% -
XYZ 30.47 35.73 15.42 -
YUV 156.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 162 166 92 0.02 0 0.45 0.35 63.24 0.29 0.51
Hex A2 A6 5C 2 0 2D 23 3F 1D 33
Octal 242 246 134 2 0 55 43 77 35 63
Binary 10100010 10100110 1011100 10 0 101101 100011 111111 11101 110011

Color Harmonies of #A2A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A65C

Black with #A2A65C

Text Example


Text Example

White with #A2A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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