#AF676A

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

Shades of Turkish Rose #AF676A

Tints of Turkish Rose #AF676A

Color information

#AF676A (or 0xAF676A) is unknown color: approx Turkish Rose. HEX triplet: AF, 67 and 6A. RGB value is (175,103,106). Sum of RGB (Red+Green+Blue) = 175+103+106=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF676A is #509895. Grayscale: #7C7C7C. Windows color (decimal): -5281942 or 6973359. OLE color: 6973359.

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

Color convert

RGB175103106-
CMYK00.410.390.31
HSL357.5º31.03%54.51%-
HSV(B)357.5º41.14%68.63%-
XYZ25.1319.8616.14-
YUV124.87117.35163.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=45.57%
G=26.82%
B=27.60%

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
Decimal17510310600.410.390.31357.531.0354.51
HexAF676A029271F1661f37
Octal25714715205147375463767
Binary101011111100111110101001010011001111111110110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF676A; }

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

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

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

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

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

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

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

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