#A4717B

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

Shades of Turkish Rose #A4717B

Tints of Turkish Rose #A4717B

Color information

#A4717B (or 0xA4717B) is unknown color: approx Turkish Rose. HEX triplet: A4, 71 and 7B. RGB value is (164,113,123). Sum of RGB (Red+Green+Blue) = 164+113+123=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4717B is #5B8E84. Grayscale: #818181. Windows color (decimal): -6000261 or 8090020. OLE color: 8090020.

HSL color Cylindrical-coordinate representation of color #A4717B: hue angle of 348.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4717B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB164113123-
CMYK00.310.250.36
HSL348.24º21.89%54.31%-
HSV(B)348.24º31.1%64.31%-
XYZ24.7921.1321.51-
YUV129.39124.4152.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=41%
G=28.25%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411312300.310.250.36348.2421.8954.31
HexA4717B01F192415c1636
Octal24416117303731445342666
Binary10100100111000111110110111111100110010010101110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4717B; }

 p { color: rgb(164,113,123); }

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

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

 a { background-color: rgb(164,113,123); }

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

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

 span { border-color: rgb(164,113,123); }

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