Html Css Color HEX #A3AB70 Green Smoke

📋 copy color: '#A3AB70'

red 163 ◦ green 171 ◦ blue 112

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

Shades of Green Smoke #A3AB70

Tints of Green Smoke #A3AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 36.55%
G = 38.34%
B = 25.11%

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

#A3AB70 (or 0xA3AB70) is known color: Green Smoke. HEX triplet: A3, AB and 70. RGB value is (163,171,112). Sum of RGB (Red+Green+Blue) = 163+171+112=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB70 is #5C548F. Grayscale: #A2A2A2. Windows color (decimal): -6050960 or 7383971. OLE color: 7383971.

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

Color convert

RGB 163 171 112 -
CMYK 0.05 0 0.35 0.33
HSL 68.14º 0.26% 0.55% -
HSV(B) 68.14º 0.35% 0.67% -
XYZ 32.59 38.08 20.96 -
YUV 161.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 163 171 112 0.05 0 0.35 0.33 68.14 0.26 0.55
Hex A3 AB 70 5 0 23 21 44 1A 37
Octal 243 253 160 5 0 43 41 104 32 67
Binary 10100011 10101011 1110000 101 0 100011 100001 1000100 11010 110111

Color Harmonies of #A3AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AB70

Black with #A3AB70

Text Example


Text Example

White with #A3AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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