#AFC8A2

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

Shades of Spring Rain #AFC8A2

Tints of Spring Rain #AFC8A2

Color information

#AFC8A2 (or 0xAFC8A2) is unknown color: approx Spring Rain. HEX triplet: AF, C8 and A2. RGB value is (175,200,162). Sum of RGB (Red+Green+Blue) = 175+200+162=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8A2 is #50375D. Grayscale: #BCBCBC. Windows color (decimal): -5257054 or 10668207. OLE color: 10668207.

HSL color Cylindrical-coordinate representation of color #AFC8A2: hue angle of 99.47º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC8A2 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB175200162-
CMYK0.1200.190.22
HSL99.47º25.68%70.98%-
HSV(B)99.47º19%78.43%-
XYZ44.8653.0342.05-
YUV188.19113.22118.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 162 (63.67% from 255) = 30.17%
R=32.59%
G=37.24%
B=30.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001620.1200.190.2299.4725.6870.98
HexAFC8A2C01316631a47
Octal257310242140232614332107
Binary1010111111001000101000101100010011101101100011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8A2; }

 p { color: rgb(175,200,162); }

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

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

 a { background-color: rgb(175,200,162); }

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

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

 span { border-color: rgb(175,200,162); }

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