Html Css Color HEX #A4AA63 Green Smoke

📋 copy color: '#A4AA63'

red 164 ◦ green 170 ◦ blue 99

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

Shades of Green Smoke #A4AA63

Tints of Green Smoke #A4AA63

RGB

 RED value IS 164 (64.45% from 255) = 37.88%

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

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

R = 37.88%
G = 39.26%
B = 22.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A4AA63 (or 0xA4AA63) is known color: Green Smoke. HEX triplet: A4, AA and 63. RGB value is (164,170,99). Sum of RGB (Red+Green+Blue) = 164+170+99=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA63 is #5B559C. Grayscale: #A0A0A0. Windows color (decimal): -5985693 or 6531748. OLE color: 6531748.

HSL color Cylindrical-coordinate representation of color #A4AA63: hue angle of 65.07º 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 #A4AA63 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 170 99 -
CMYK 0.04 0 0.42 0.33
HSL 65.07º 0.29% 0.53% -
HSV(B) 65.07º 0.42% 0.67% -
XYZ 31.94 37.54 17.37 -
YUV 160.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 164 170 99 0.04 0 0.42 0.33 65.07 0.29 0.53
Hex A4 AA 63 4 0 2A 21 41 1D 35
Octal 244 252 143 4 0 52 41 101 35 65
Binary 10100100 10101010 1100011 100 0 101010 100001 1000001 11101 110101

Color Harmonies of #A4AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA63

Black with #A4AA63

Text Example


Text Example

White with #A4AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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