#AF636C

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

Shades of Turkish Rose #AF636C

Tints of Turkish Rose #AF636C

Color information

#AF636C (or 0xAF636C) is unknown color: approx Turkish Rose. HEX triplet: AF, 63 and 6C. RGB value is (175,99,108). Sum of RGB (Red+Green+Blue) = 175+99+108=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF636C is #509C93. Grayscale: #7A7A7A. Windows color (decimal): -5282964 or 7103407. OLE color: 7103407.

HSL color Cylindrical-coordinate representation of color #AF636C: hue angle of 352.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF636C is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17599108-
CMYK00.430.380.31
HSL352.89º32.2%53.73%-
HSV(B)352.89º43.43%68.63%-
XYZ24.8519.1216.57-
YUV122.75119.68165.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=45.81%
G=25.92%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759910800.430.380.31352.8932.253.73
HexAF636C02B261F1612036
Octal25714315405346375414066
Binary1010111111000111101100010101110011011111101100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF636C; }

 p { color: rgb(175,99,108); }

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

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

 a { background-color: rgb(175,99,108); }

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

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

 span { border-color: rgb(175,99,108); }

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