Html Css Color HEX #A5AA63 Green Smoke

📋 copy color: '#A5AA63'

red 165 ◦ green 170 ◦ blue 99

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

Shades of Green Smoke #A5AA63

Tints of Green Smoke #A5AA63

RGB

 RED value IS 165 (64.84% from 255) = 38.02%

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 99 (39.06% from 255) = 22.81%

R = 38.02%
G = 39.17%
B = 22.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A5AA63 (or 0xA5AA63) is known color: Green Smoke. HEX triplet: A5, AA and 63. RGB value is (165,170,99). Sum of RGB (Red+Green+Blue) = 165+170+99=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA63 is #5A559C. Grayscale: #A0A0A0. Windows color (decimal): -5920157 or 6531749. OLE color: 6531749.

HSL color Cylindrical-coordinate representation of color #A5AA63: hue angle of 64.23º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5AA63 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 99 -
CMYK 0.03 0 0.42 0.33
HSL 64.23º 0.29% 0.53% -
HSV(B) 64.23º 0.42% 0.67% -
XYZ 32.14 37.65 17.38 -
YUV 160.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 165 170 99 0.03 0 0.42 0.33 64.23 0.29 0.53
Hex A5 AA 63 3 0 2A 21 40 1D 35
Octal 245 252 143 3 0 52 41 100 35 65
Binary 10100101 10101010 1100011 11 0 101010 100001 1000000 11101 110101

Color Harmonies of #A5AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA63

Black with #A5AA63

Text Example


Text Example

White with #A5AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA63; }

 p { color: rgb(165,170,99); }

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

background-color css

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

 a { background-color: rgb(165,170,99); }

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

border-color css

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

 span { border-color: rgb(165,170,99); }

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