#AFC4A6

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

Shades of Spring Rain #AFC4A6

Tints of Spring Rain #AFC4A6

Color information

#AFC4A6 (or 0xAFC4A6) is unknown color: approx Spring Rain. HEX triplet: AF, C4 and A6. RGB value is (175,196,166). Sum of RGB (Red+Green+Blue) = 175+196+166=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4A6 is #503B59. Grayscale: #BABABA. Windows color (decimal): -5258074 or 10929327. OLE color: 10929327.

HSL color Cylindrical-coordinate representation of color #AFC4A6: hue angle of 102º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC4A6 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB175196166-
CMYK0.1100.150.23
HSL102º20.27%70.98%-
HSV(B)102º15.31%76.86%-
XYZ44.351.3543.65-
YUV186.3116.54119.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=32.59%
G=36.50%
B=30.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961660.1100.150.2310220.2770.98
HexAFC4A6B0F17661447
Octal257304246130172714624107
Binary101011111100010010100110101101111101111100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4A6; }

 p { color: rgb(175,196,166); }

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

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

 a { background-color: rgb(175,196,166); }

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

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

 span { border-color: rgb(175,196,166); }

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