#AF666A

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

Shades of Turkish Rose #AF666A

Tints of Turkish Rose #AF666A

Color information

#AF666A (or 0xAF666A) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 6A. RGB value is (175,102,106). Sum of RGB (Red+Green+Blue) = 175+102+106=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF666A is #509995. Grayscale: #7C7C7C. Windows color (decimal): -5282198 or 6973103. OLE color: 6973103.

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

Color convert

RGB175102106-
CMYK00.420.390.31
HSL356.71º31.33%54.31%-
HSV(B)356.71º41.71%68.63%-
XYZ25.0319.6616.11-
YUV124.28117.68164.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=45.69%
G=26.63%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510210600.420.390.31356.7131.3354.31
HexAF666A02A271F1651f36
Octal25714615205247375453766
Binary101011111100110110101001010101001111111110110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF666A; }

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

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

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

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

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

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

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

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