Html Css Color HEX #A3ABA0 Spring Rain

📋 copy color: '#A3ABA0'

red 163 ◦ green 171 ◦ blue 160

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

Shades of Spring Rain #A3ABA0

Tints of Spring Rain #A3ABA0

RGB

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

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

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

R = 33%
G = 34.62%
B = 32.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#A3ABA0 (or 0xA3ABA0) is known color: Spring Rain. HEX triplet: A3, AB and A0. RGB value is (163,171,160). Sum of RGB (Red+Green+Blue) = 163+171+160=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 171 - color contains mainly: green. Hex color #A3ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABA0 is #5C545F. Grayscale: #A7A7A7. Windows color (decimal): -6050912 or 10529699. OLE color: 10529699.

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

Color convert

RGB 163 171 160 -
CMYK 0.05 0 0.06 0.33
HSL 103.64º 0.06% 0.65% -
HSV(B) 103.64º 0.06% 0.67% -
XYZ 36.01 39.45 38.97 -
YUV 167.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 163 171 160 0.05 0 0.06 0.33 103.64 0.06 0.65
Hex A3 AB A0 5 0 6 21 68 6 41
Octal 243 253 240 5 0 6 41 150 6 101
Binary 10100011 10101011 10100000 101 0 110 100001 1101000 110 1000001

Color Harmonies of #A3ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABA0

Black with #A3ABA0

Text Example


Text Example

White with #A3ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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