Html Css Color HEX #A3A870 Green Smoke

📋 copy color: '#A3A870'

red 163 ◦ green 168 ◦ blue 112

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

Shades of Green Smoke #A3A870

Tints of Green Smoke #A3A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 36.79%
G = 37.92%
B = 25.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A3A870 (or 0xA3A870) is known color: Green Smoke. HEX triplet: A3, A8 and 70. RGB value is (163,168,112). Sum of RGB (Red+Green+Blue) = 163+168+112=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A870 is #5C578F. Grayscale: #A0A0A0. Windows color (decimal): -6051728 or 7383203. OLE color: 7383203.

HSL color Cylindrical-coordinate representation of color #A3A870: hue angle of 65.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3A870 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 168 112 -
CMYK 0.03 0 0.33 0.34
HSL 65.36º 0.24% 0.55% -
HSV(B) 65.36º 0.33% 0.66% -
XYZ 32.03 36.96 20.78 -
YUV 160.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 163 168 112 0.03 0 0.33 0.34 65.36 0.24 0.55
Hex A3 A8 70 3 0 21 22 41 18 37
Octal 243 250 160 3 0 41 42 101 30 67
Binary 10100011 10101000 1110000 11 0 100001 100010 1000001 11000 110111

Color Harmonies of #A3A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A870

Black with #A3A870

Text Example


Text Example

White with #A3A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A870; }

 p { color: rgb(163,168,112); }

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

background-color css

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

 a { background-color: rgb(163,168,112); }

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

border-color css

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

 span { border-color: rgb(163,168,112); }

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