Html Css Color HEX #A2A165 Green Smoke

📋 copy color: '#A2A165'

red 162 ◦ green 161 ◦ blue 101

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

Shades of Green Smoke #A2A165

Tints of Green Smoke #A2A165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 38.21%
G = 37.97%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A2A165 (or 0xA2A165) is known color: Green Smoke. HEX triplet: A2, A1 and 65. RGB value is (162,161,101). Sum of RGB (Red+Green+Blue) = 162+161+101=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A165 is #5D5E9A. Grayscale: #9A9A9A. Windows color (decimal): -6119067 or 6660514. OLE color: 6660514.

HSL color Cylindrical-coordinate representation of color #A2A165: hue angle of 59.02º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A165 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 161 101 -
CMYK 0 0.01 0.38 0.36
HSL 59.02º 0.25% 0.52% -
HSV(B) 59.02º 0.38% 0.64% -
XYZ 29.99 34.11 17.32 -
YUV 154.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 162 161 101 0 0.01 0.38 0.36 59.02 0.25 0.52
Hex A2 A1 65 0 1 26 24 3B 19 34
Octal 242 241 145 0 1 46 44 73 31 64
Binary 10100010 10100001 1100101 0 1 100110 100100 111011 11001 110100

Color Harmonies of #A2A165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A165

Black with #A2A165

Text Example


Text Example

White with #A2A165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A165; }

 p { color: rgb(162,161,101); }

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

background-color css

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

 a { background-color: rgb(162,161,101); }

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

border-color css

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

 span { border-color: rgb(162,161,101); }

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