Html Css Color HEX #A3AE9F Spring Rain

📋 copy color: '#A3AE9F'

red 163 ◦ green 174 ◦ blue 159

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

Shades of Spring Rain #A3AE9F

Tints of Spring Rain #A3AE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.08%

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 32.86%
G = 35.08%
B = 32.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A3AE9F (or 0xA3AE9F) is known color: Spring Rain. HEX triplet: A3, AE and 9F. RGB value is (163,174,159). Sum of RGB (Red+Green+Blue) = 163+174+159=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE9F is #5C5160. Grayscale: #A9A9A9. Windows color (decimal): -6050145 or 10464931. OLE color: 10464931.

HSL color Cylindrical-coordinate representation of color #A3AE9F: hue angle of 104º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3AE9F is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 174 159 -
CMYK 0.06 0 0.09 0.32
HSL 104º 0.08% 0.65% -
HSV(B) 104º 0.09% 0.68% -
XYZ 36.5 40.56 38.71 -
YUV 169 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 163 174 159 0.06 0 0.09 0.32 104 0.08 0.65
Hex A3 AE 9F 6 0 9 20 68 8 41
Octal 243 256 237 6 0 11 40 150 10 101
Binary 10100011 10101110 10011111 110 0 1001 100000 1101000 1000 1000001

Color Harmonies of #A3AE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AE9F

Black with #A3AE9F

Text Example


Text Example

White with #A3AE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AE9F; }

 p { color: rgb(163,174,159); }

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

background-color css

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

 a { background-color: rgb(163,174,159); }

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

border-color css

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

 span { border-color: rgb(163,174,159); }

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