#AF636F

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

Shades of Turkish Rose #AF636F

Tints of Turkish Rose #AF636F

Color information

#AF636F (or 0xAF636F) is unknown color: approx Turkish Rose. HEX triplet: AF, 63 and 6F. RGB value is (175,99,111). Sum of RGB (Red+Green+Blue) = 175+99+111=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF636F is #509C90. Grayscale: #7B7B7B. Windows color (decimal): -5282961 or 7300015. OLE color: 7300015.

HSL color Cylindrical-coordinate representation of color #AF636F: hue angle of 350.53º 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 #AF636F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17599111-
CMYK00.430.370.31
HSL350.53º32.2%53.73%-
HSV(B)350.53º43.43%68.63%-
XYZ25.0119.1917.42-
YUV123.09121.18165.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=45.45%
G=25.71%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759911100.430.370.31350.5332.253.73
HexAF636F02B251F15f2036
Octal25714315705345375374066
Binary1010111111000111101111010101110010111111101011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF636F; }

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

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

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

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

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

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

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

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