#A4707B

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

Shades of Turkish Rose #A4707B

Tints of Turkish Rose #A4707B

Color information

#A4707B (or 0xA4707B) is unknown color: approx Turkish Rose. HEX triplet: A4, 70 and 7B. RGB value is (164,112,123). Sum of RGB (Red+Green+Blue) = 164+112+123=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4707B is #5B8F84. Grayscale: #808080. Windows color (decimal): -6000517 or 8089764. OLE color: 8089764.

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

Color convert

RGB164112123-
CMYK00.320.250.36
HSL347.31º22.22%54.12%-
HSV(B)347.31º31.71%64.31%-
XYZ24.6820.9121.47-
YUV128.8124.73153.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=41.10%
G=28.07%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411212300.320.250.36347.3122.2254.12
HexA4707B020192415b1636
Octal24416017304031445332666
Binary101001001110000111101101000001100110010010101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4707B; }

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

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

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

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

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

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

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

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