Html Css Color HEX #A5AA65 Green Smoke

📋 copy color: '#A5AA65'

red 165 ◦ green 170 ◦ blue 101

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

Shades of Green Smoke #A5AA65

Tints of Green Smoke #A5AA65

RGB

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

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

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

R = 37.84%
G = 38.99%
B = 23.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#A5AA65 (or 0xA5AA65) is known color: Green Smoke. HEX triplet: A5, AA and 65. RGB value is (165,170,101). Sum of RGB (Red+Green+Blue) = 165+170+101=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA65 is #5A559A. Grayscale: #A0A0A0. Windows color (decimal): -5920155 or 6662821. OLE color: 6662821.

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

Color convert

RGB 165 170 101 -
CMYK 0.03 0 0.41 0.33
HSL 64.35º 0.29% 0.53% -
HSV(B) 64.35º 0.41% 0.67% -
XYZ 32.24 37.69 17.89 -
YUV 160.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 165 170 101 0.03 0 0.41 0.33 64.35 0.29 0.53
Hex A5 AA 65 3 0 29 21 40 1D 35
Octal 245 252 145 3 0 51 41 100 35 65
Binary 10100101 10101010 1100101 11 0 101001 100001 1000000 11101 110101

Color Harmonies of #A5AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA65

Black with #A5AA65

Text Example


Text Example

White with #A5AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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