#AFCCA3

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

Shades of Spring Rain #AFCCA3

Tints of Spring Rain #AFCCA3

Color information

#AFCCA3 (or 0xAFCCA3) is unknown color: approx Spring Rain. HEX triplet: AF, CC and A3. RGB value is (175,204,163). Sum of RGB (Red+Green+Blue) = 175+204+163=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA3 is #50335C. Grayscale: #BEBEBE. Windows color (decimal): -5256029 or 10734767. OLE color: 10734767.

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

Color convert

RGB175204163-
CMYK0.1400.200.2
HSL102.44º28.67%71.96%-
HSV(B)102.44º20.1%80%-
XYZ45.8854.9442.84-
YUV190.65112.39116.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=32.29%
G=37.64%
B=30.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041630.1400.200.2102.4428.6771.96
HexAFCCA3E01414661d48
Octal257314243160242414635110
Binary1010111111001100101000111110010100101001100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCA3; }

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

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

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

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

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

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

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

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