Html Css Color HEX #A3AA68 Green Smoke

📋 copy color: '#A3AA68'

red 163 ◦ green 170 ◦ blue 104

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

Shades of Green Smoke #A3AA68

Tints of Green Smoke #A3AA68

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

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

 BLUE value IS 104 (41.02% from 255) = 23.8%

R = 37.3%
G = 38.9%
B = 23.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#A3AA68 (or 0xA3AA68) is known color: Green Smoke. HEX triplet: A3, AA and 68. RGB value is (163,170,104). Sum of RGB (Red+Green+Blue) = 163+170+104=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA68 is #5C5597. Grayscale: #A0A0A0. Windows color (decimal): -6051224 or 6859427. OLE color: 6859427.

HSL color Cylindrical-coordinate representation of color #A3AA68: hue angle of 66.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3AA68 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 170 104 -
CMYK 0.04 0 0.39 0.33
HSL 66.36º 0.28% 0.54% -
HSV(B) 66.36º 0.39% 0.67% -
XYZ 31.98 37.54 18.66 -
YUV 160.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 163 170 104 0.04 0 0.39 0.33 66.36 0.28 0.54
Hex A3 AA 68 4 0 27 21 42 1C 36
Octal 243 252 150 4 0 47 41 102 34 66
Binary 10100011 10101010 1101000 100 0 100111 100001 1000010 11100 110110

Color Harmonies of #A3AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA68

Black with #A3AA68

Text Example


Text Example

White with #A3AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA68; }

 p { color: rgb(163,170,104); }

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

background-color css

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

 a { background-color: rgb(163,170,104); }

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

border-color css

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

 span { border-color: rgb(163,170,104); }

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