#A4707D

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

Shades of Turkish Rose #A4707D

Tints of Turkish Rose #A4707D

Color information

#A4707D (or 0xA4707D) is unknown color: approx Turkish Rose. HEX triplet: A4, 70 and 7D. RGB value is (164,112,125). Sum of RGB (Red+Green+Blue) = 164+112+125=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4707D is #5B8F82. Grayscale: #818181. Windows color (decimal): -6000515 or 8220836. OLE color: 8220836.

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

Color convert

RGB164112125-
CMYK00.320.240.36
HSL345º22.22%54.12%-
HSV(B)345º31.71%64.31%-
XYZ24.8120.9622.14-
YUV129.03125.73152.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=40.90%
G=27.93%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411212500.320.240.3634522.2254.12
HexA4707D02018241591636
Octal24416017504030445312666
Binary101001001110000111110101000001100010010010101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4707D; }

 p { color: rgb(164,112,125); }

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

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

 a { background-color: rgb(164,112,125); }

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

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

 span { border-color: rgb(164,112,125); }

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