Html Css Color HEX #A3B3A1 Spring Rain

📋 copy color: '#A3B3A1'

red 163 ◦ green 179 ◦ blue 161

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

Shades of Spring Rain #A3B3A1

Tints of Spring Rain #A3B3A1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 32.41%
G = 35.59%
B = 32.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#A3B3A1 (or 0xA3B3A1) is known color: Spring Rain. HEX triplet: A3, B3 and A1. RGB value is (163,179,161). Sum of RGB (Red+Green+Blue) = 163+179+161=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B3A1 is #5C4C5E. Grayscale: #ACACAC. Windows color (decimal): -6048863 or 10597283. OLE color: 10597283.

HSL color Cylindrical-coordinate representation of color #A3B3A1: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3B3A1 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 179 161 -
CMYK 0.09 0 0.10 0.30
HSL 113.33º 0.11% 0.67% -
HSV(B) 113.33º 0.1% 0.7% -
XYZ 37.66 42.6 39.96 -
YUV 172.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 163 179 161 0.09 0 0.10 0.30 113.33 0.11 0.67
Hex A3 B3 A1 9 0 A 1E 71 B 43
Octal 243 263 241 11 0 12 36 161 13 103
Binary 10100011 10110011 10100001 1001 0 1010 11110 1110001 1011 1000011

Color Harmonies of #A3B3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B3A1

Black with #A3B3A1

Text Example


Text Example

White with #A3B3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B3A1; }

 p { color: rgb(163,179,161); }

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

background-color css

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

 a { background-color: rgb(163,179,161); }

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

border-color css

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

 span { border-color: rgb(163,179,161); }

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