Html Css Color HEX #A3AC70 Green Smoke

📋 copy color: '#A3AC70'

red 163 ◦ green 172 ◦ blue 112

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

Shades of Green Smoke #A3AC70

Tints of Green Smoke #A3AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.48%

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

R = 36.47%
G = 38.48%
B = 25.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A3AC70 (or 0xA3AC70) is known color: Green Smoke. HEX triplet: A3, AC and 70. RGB value is (163,172,112). Sum of RGB (Red+Green+Blue) = 163+172+112=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC70 is #5C538F. Grayscale: #A2A2A2. Windows color (decimal): -6050704 or 7384227. OLE color: 7384227.

HSL color Cylindrical-coordinate representation of color #A3AC70: hue angle of 69º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3AC70 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 172 112 -
CMYK 0.05 0 0.35 0.33
HSL 69º 0.27% 0.56% -
HSV(B) 69º 0.35% 0.67% -
XYZ 32.78 38.46 21.03 -
YUV 162.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 163 172 112 0.05 0 0.35 0.33 69 0.27 0.56
Hex A3 AC 70 5 0 23 21 45 1B 38
Octal 243 254 160 5 0 43 41 105 33 70
Binary 10100011 10101100 1110000 101 0 100011 100001 1000101 11011 111000

Color Harmonies of #A3AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AC70

Black with #A3AC70

Text Example


Text Example

White with #A3AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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