Html Css Color HEX #A3B3A0 Spring Rain

📋 copy color: '#A3B3A0'

red 163 ◦ green 179 ◦ blue 160

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

Shades of Spring Rain #A3B3A0

Tints of Spring Rain #A3B3A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 32.47%
G = 35.66%
B = 31.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#A3B3A0 (or 0xA3B3A0) is known color: Spring Rain. HEX triplet: A3, B3 and A0. RGB value is (163,179,160). Sum of RGB (Red+Green+Blue) = 163+179+160=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B3A0 is #5C4C5F. Grayscale: #ACACAC. Windows color (decimal): -6048864 or 10531747. OLE color: 10531747.

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

Color convert

RGB 163 179 160 -
CMYK 0.09 0 0.11 0.30
HSL 110.53º 0.11% 0.66% -
HSV(B) 110.53º 0.11% 0.7% -
XYZ 37.57 42.56 39.49 -
YUV 172.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 163 179 160 0.09 0 0.11 0.30 110.53 0.11 0.66
Hex A3 B3 A0 9 0 B 1E 6F B 42
Octal 243 263 240 11 0 13 36 157 13 102
Binary 10100011 10110011 10100000 1001 0 1011 11110 1101111 1011 1000010

Color Harmonies of #A3B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B3A0

Black with #A3B3A0

Text Example


Text Example

White with #A3B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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