#AFC1A5

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

Shades of Spring Rain #AFC1A5

Tints of Spring Rain #AFC1A5

Color information

#AFC1A5 (or 0xAFC1A5) is unknown color: approx Spring Rain. HEX triplet: AF, C1 and A5. RGB value is (175,193,165). Sum of RGB (Red+Green+Blue) = 175+193+165=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC1A5 is #503E5A. Grayscale: #B8B8B8. Windows color (decimal): -5258843 or 10863023. OLE color: 10863023.

HSL color Cylindrical-coordinate representation of color #AFC1A5: hue angle of 98.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC1A5 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB175193165-
CMYK0.0900.150.24
HSL98.57º18.42%70.2%-
HSV(B)98.57º14.51%75.69%-
XYZ43.5449.9742.95-
YUV184.43117.04121.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=32.83%
G=36.21%
B=30.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931650.0900.150.2498.5718.4270.2
HexAFC1A590F18631246
Octal257301245110173014322106
Binary101011111100000110100101100101111110001100011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1A5; }

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

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

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

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

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

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

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

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