#AFCDA3

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

Shades of Spring Rain #AFCDA3

Tints of Spring Rain #AFCDA3

Color information

#AFCDA3 (or 0xAFCDA3) is unknown color: approx Spring Rain. HEX triplet: AF, CD and A3. RGB value is (175,205,163). Sum of RGB (Red+Green+Blue) = 175+205+163=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA3 is #50325C. Grayscale: #BFBFBF. Windows color (decimal): -5255773 or 10735023. OLE color: 10735023.

HSL color Cylindrical-coordinate representation of color #AFCDA3: hue angle of 102.86º degrees, saturation: 0.3, 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 #AFCDA3 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB175205163-
CMYK0.1500.200.20
HSL102.86º29.58%72.16%-
HSV(B)102.86º20.49%80.39%-
XYZ46.1255.4242.92-
YUV191.24112.06116.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=32.23%
G=37.75%
B=30.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051630.1500.200.20102.8629.5872.16
HexAFCDA3F01414671e48
Octal257315243170242414736110
Binary1010111111001101101000111111010100101001100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDA3; }

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

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

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

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

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

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

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

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