#AFC2AD

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

Shades of Rainee #AFC2AD

Tints of Rainee #AFC2AD

Color information

#AFC2AD (or 0xAFC2AD) is unknown color: approx Rainee. HEX triplet: AF, C2 and AD. RGB value is (175,194,173). Sum of RGB (Red+Green+Blue) = 175+194+173=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2AD is #503D52. Grayscale: #B9B9B9. Windows color (decimal): -5258579 or 11387567. OLE color: 11387567.

HSL color Cylindrical-coordinate representation of color #AFC2AD: hue angle of 114.29º 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 #AFC2AD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB175194173-
CMYK0.1000.110.24
HSL114.29º14.69%71.96%-
HSV(B)114.29º10.82%76.08%-
XYZ44.5150.7146.98-
YUV185.92120.71120.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=32.29%
G=35.79%
B=31.92%

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
Decimal1751941730.1000.110.24114.2914.6971.96
HexAFC2ADA0B1872f48
Octal257302255120133016217110
Binary10101111110000101010110110100101111000111001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2AD; }

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

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

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

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

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

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

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

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