#A4717A

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

Shades of Turkish Rose #A4717A

Tints of Turkish Rose #A4717A

Color information

#A4717A (or 0xA4717A) is unknown color: approx Turkish Rose. HEX triplet: A4, 71 and 7A. RGB value is (164,113,122). Sum of RGB (Red+Green+Blue) = 164+113+122=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4717A is #5B8E85. Grayscale: #818181. Windows color (decimal): -6000262 or 8024484. OLE color: 8024484.

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

Color convert

RGB164113122-
CMYK00.310.260.36
HSL349.41º21.89%54.31%-
HSV(B)349.41º31.1%64.31%-
XYZ24.7321.1121.18-
YUV129.28123.9152.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=41.10%
G=28.32%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411312200.310.260.36349.4121.8954.31
HexA4717A01F1A2415d1636
Octal24416117203732445352666
Binary10100100111000111110100111111101010010010101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4717A; }

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

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

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

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

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

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

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

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