#AF676B

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

Shades of Turkish Rose #AF676B

Tints of Turkish Rose #AF676B

Color information

#AF676B (or 0xAF676B) is unknown color: approx Turkish Rose. HEX triplet: AF, 67 and 6B. RGB value is (175,103,107). Sum of RGB (Red+Green+Blue) = 175+103+107=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF676B is #509894. Grayscale: #7D7D7D. Windows color (decimal): -5281941 or 7038895. OLE color: 7038895.

HSL color Cylindrical-coordinate representation of color #AF676B: hue angle of 356.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF676B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB175103107-
CMYK00.410.390.31
HSL356.67º31.03%54.51%-
HSV(B)356.67º41.14%68.63%-
XYZ25.1819.8816.42-
YUV124.98117.85163.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=45.45%
G=26.75%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510310700.410.390.31356.6731.0354.51
HexAF676B029271F1651f37
Octal25714715305147375453767
Binary101011111100111110101101010011001111111110110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF676B; }

 p { color: rgb(175,103,107); }

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

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

 a { background-color: rgb(175,103,107); }

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

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

 span { border-color: rgb(175,103,107); }

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