Html Css Color HEX #A3AB96 Green Spring

📋 copy color: '#A3AB96'

red 163 ◦ green 171 ◦ blue 150

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

Shades of Green Spring #A3AB96

Tints of Green Spring #A3AB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 33.68%
G = 35.33%
B = 30.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A3AB96 (or 0xA3AB96) is known color: Green Spring. HEX triplet: A3, AB and 96. RGB value is (163,171,150). Sum of RGB (Red+Green+Blue) = 163+171+150=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB96 is #5C5469. Grayscale: #A6A6A6. Windows color (decimal): -6050922 or 9874339. OLE color: 9874339.

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

Color convert

RGB 163 171 150 -
CMYK 0.05 0 0.12 0.33
HSL 82.86º 0.11% 0.63% -
HSV(B) 82.86º 0.12% 0.67% -
XYZ 35.17 39.11 34.55 -
YUV 166.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 163 171 150 0.05 0 0.12 0.33 82.86 0.11 0.63
Hex A3 AB 96 5 0 C 21 53 B 3F
Octal 243 253 226 5 0 14 41 123 13 77
Binary 10100011 10101011 10010110 101 0 1100 100001 1010011 1011 111111

Color Harmonies of #A3AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AB96

Black with #A3AB96

Text Example


Text Example

White with #A3AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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