#AFC3AD

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

Shades of Rainee #AFC3AD

Tints of Rainee #AFC3AD

Color information

#AFC3AD (or 0xAFC3AD) is unknown color: approx Rainee. HEX triplet: AF, C3 and AD. RGB value is (175,195,173). Sum of RGB (Red+Green+Blue) = 175+195+173=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3AD is #503C52. Grayscale: #BABABA. Windows color (decimal): -5258323 or 11387823. OLE color: 11387823.

HSL color Cylindrical-coordinate representation of color #AFC3AD: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC3AD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB175195173-
CMYK0.1000.110.24
HSL114.55º15.49%72.16%-
HSV(B)114.55º11.28%76.47%-
XYZ44.7451.1647.05-
YUV186.51120.37119.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=32.23%
G=35.91%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951730.1000.110.24114.5515.4972.16
HexAFC3ADA0B1873f48
Octal257303255120133016317110
Binary10101111110000111010110110100101111000111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3AD; }

 p { color: rgb(175,195,173); }

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

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

 a { background-color: rgb(175,195,173); }

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

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

 span { border-color: rgb(175,195,173); }

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