#AFC0AA

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

Shades of Rainee #AFC0AA

Tints of Rainee #AFC0AA

Color information

#AFC0AA (or 0xAFC0AA) is unknown color: approx Rainee. HEX triplet: AF, C0 and AA. RGB value is (175,192,170). Sum of RGB (Red+Green+Blue) = 175+192+170=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0AA is #503F55. Grayscale: #B8B8B8. Windows color (decimal): -5259094 or 11190447. OLE color: 11190447.

HSL color Cylindrical-coordinate representation of color #AFC0AA: hue angle of 106.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC0AA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB175192170-
CMYK0.0900.110.25
HSL106.36º14.86%70.98%-
HSV(B)106.36º11.46%75.29%-
XYZ43.7849.7245.32-
YUV184.41119.87121.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=32.59%
G=35.75%
B=31.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921700.0900.110.25106.3614.8670.98
HexAFC0AA90B196af47
Octal257300252110133115217107
Binary10101111110000001010101010010101111001110101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0AA; }

 p { color: rgb(175,192,170); }

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

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

 a { background-color: rgb(175,192,170); }

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

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

 span { border-color: rgb(175,192,170); }

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