Html Css Color HEX #A2A465 Green Smoke

📋 copy color: '#A2A465'

red 162 ◦ green 164 ◦ blue 101

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

Shades of Green Smoke #A2A465

Tints of Green Smoke #A2A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 37.94%
G = 38.41%
B = 23.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A2A465 (or 0xA2A465) is known color: Green Smoke. HEX triplet: A2, A4 and 65. RGB value is (162,164,101). Sum of RGB (Red+Green+Blue) = 162+164+101=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A465 is #5D5B9A. Grayscale: #9C9C9C. Windows color (decimal): -6118299 or 6661282. OLE color: 6661282.

HSL color Cylindrical-coordinate representation of color #A2A465: hue angle of 61.9º degrees, saturation: 0.26, 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 #A2A465 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 164 101 -
CMYK 0.01 0 0.38 0.36
HSL 61.9º 0.26% 0.52% -
HSV(B) 61.9º 0.38% 0.64% -
XYZ 30.52 35.17 17.49 -
YUV 156.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 162 164 101 0.01 0 0.38 0.36 61.9 0.26 0.52
Hex A2 A4 65 1 0 26 24 3E 1A 34
Octal 242 244 145 1 0 46 44 76 32 64
Binary 10100010 10100100 1100101 1 0 100110 100100 111110 11010 110100

Color Harmonies of #A2A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A465

Black with #A2A465

Text Example


Text Example

White with #A2A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A465; }

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

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

background-color css

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

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

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

border-color css

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

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

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