#AFC2AC

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

Shades of Rainee #AFC2AC

Tints of Rainee #AFC2AC

Color information

#AFC2AC (or 0xAFC2AC) is unknown color: approx Rainee. HEX triplet: AF, C2 and AC. RGB value is (175,194,172). Sum of RGB (Red+Green+Blue) = 175+194+172=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2AC is #503D53. Grayscale: #B9B9B9. Windows color (decimal): -5258580 or 11322031. OLE color: 11322031.

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

Color convert

RGB175194172-
CMYK0.1000.110.24
HSL111.82º15.28%71.76%-
HSV(B)111.82º11.34%76.08%-
XYZ44.4250.6846.47-
YUV185.81120.21120.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=32.35%
G=35.86%
B=31.79%

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
Decimal1751941720.1000.110.24111.8215.2871.76
HexAFC2ACA0B1870f48
Octal257302254120133016017110
Binary10101111110000101010110010100101111000111000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2AC; }

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

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

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

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

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

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

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

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