#AF6569

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

Shades of Turkish Rose #AF6569

Tints of Turkish Rose #AF6569

Color information

#AF6569 (or 0xAF6569) is unknown color: approx Turkish Rose. HEX triplet: AF, 65 and 69. RGB value is (175,101,105). Sum of RGB (Red+Green+Blue) = 175+101+105=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6569 is #509A96. Grayscale: #7B7B7B. Windows color (decimal): -5282455 or 6907311. OLE color: 6907311.

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

Color convert

RGB175101105-
CMYK00.420.400.31
HSL356.76º31.62%54.12%-
HSV(B)356.76º42.29%68.63%-
XYZ24.8819.4415.81-
YUV123.58117.52164.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=45.93%
G=26.51%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510110500.420.400.31356.7631.6254.12
HexAF656902A281F1652036
Octal25714515105250375454066
Binary1010111111001011101001010101010100011111101100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6569; }

 p { color: rgb(175,101,105); }

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

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

 a { background-color: rgb(175,101,105); }

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

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

 span { border-color: rgb(175,101,105); }

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