#AFCCA1

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

Shades of Spring Rain #AFCCA1

Tints of Spring Rain #AFCCA1

Color information

#AFCCA1 (or 0xAFCCA1) is unknown color: approx Spring Rain. HEX triplet: AF, CC and A1. RGB value is (175,204,161). Sum of RGB (Red+Green+Blue) = 175+204+161=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA1 is #50335E. Grayscale: #BEBEBE. Windows color (decimal): -5256031 or 10603695. OLE color: 10603695.

HSL color Cylindrical-coordinate representation of color #AFCCA1: hue angle of 100.47º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCCA1 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB175204161-
CMYK0.1400.210.2
HSL100.47º29.66%71.57%-
HSV(B)100.47º21.08%80%-
XYZ45.7154.8741.9-
YUV190.43111.39117-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=32.41%
G=37.78%
B=29.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041610.1400.210.2100.4729.6671.57
HexAFCCA1E01514641e48
Octal257314241160252414436110
Binary1010111111001100101000011110010101101001100100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCA1; }

 p { color: rgb(175,204,161); }

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

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

 a { background-color: rgb(175,204,161); }

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

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

 span { border-color: rgb(175,204,161); }

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