#AFCDA5

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

Shades of Rainee #AFCDA5

Tints of Rainee #AFCDA5

Color information

#AFCDA5 (or 0xAFCDA5) is unknown color: approx Rainee. HEX triplet: AF, CD and A5. RGB value is (175,205,165). Sum of RGB (Red+Green+Blue) = 175+205+165=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA5 is #50325A. Grayscale: #BFBFBF. Windows color (decimal): -5255771 or 10866095. OLE color: 10866095.

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

Color convert

RGB175205165-
CMYK0.1500.200.20
HSL105º28.57%72.55%-
HSV(B)105º19.51%80.39%-
XYZ46.355.4943.87-
YUV191.47113.06116.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=32.11%
G=37.61%
B=30.28%

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
Decimal1752051650.1500.200.2010528.5772.55
HexAFCDA5F01414691d49
Octal257315245170242415135111
Binary1010111111001101101001011111010100101001101001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDA5; }

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

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

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

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

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

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

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

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