#A5AFA3

Color #A5AFA3 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A5AFA3

Tints of Spring Rain #A5AFA3

Color information

#A5AFA3 (or 0xA5AFA3) is unknown color: approx Spring Rain. HEX triplet: A5, AF and A3. RGB value is (165,175,163). Sum of RGB (Red+Green+Blue) = 165+175+163=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFA3 is #5A505C. Grayscale: #AAAAAA. Windows color (decimal): -5918813 or 10727333. OLE color: 10727333.

HSL color Cylindrical-coordinate representation of color #A5AFA3: hue angle of 110º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5AFA3 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB165175163-
CMYK0.0600.070.31
HSL110º6.98%66.27%-
HSV(B)110º6.86%68.63%-
XYZ37.4641.340.65-
YUV170.64123.69123.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=32.80%
G=34.79%
B=32.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751630.0600.070.311106.9866.27
HexA5AFA36071F6e742
Octal245257243607371567102
Binary10100101101011111010001111001111111111011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFA3; }

 p { color: rgb(165,175,163); }

 H1.HeaderClassName
 {
   color: #A5AFA3;
 }
 .AnyTagClassName
 {
   color: #A5AFA3;
 }
</style>
background-color css

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

 a { background-color: rgb(165,175,163); }

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

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

 span { border-color: rgb(165,175,163); }

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