#AF6669

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

Shades of Turkish Rose #AF6669

Tints of Turkish Rose #AF6669

Color information

#AF6669 (or 0xAF6669) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 69. RGB value is (175,102,105). Sum of RGB (Red+Green+Blue) = 175+102+105=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6669 is #509996. Grayscale: #7C7C7C. Windows color (decimal): -5282199 or 6907567. OLE color: 6907567.

HSL color Cylindrical-coordinate representation of color #AF6669: hue angle of 357.53º degrees, saturation: 0.31, 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 #AF6669 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB175102105-
CMYK00.420.400.31
HSL357.53º31.33%54.31%-
HSV(B)357.53º41.71%68.63%-
XYZ24.9819.6415.84-
YUV124.17117.18164.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=45.81%
G=26.70%
B=27.49%

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
Decimal17510210500.420.400.31357.5331.3354.31
HexAF666902A281F1661f36
Octal25714615105250375463766
Binary101011111100110110100101010101010001111110110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6669; }

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

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

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

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

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

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

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

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