#A4727D

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

Shades of Turkish Rose #A4727D

Tints of Turkish Rose #A4727D

Color information

#A4727D (or 0xA4727D) is unknown color: approx Turkish Rose. HEX triplet: A4, 72 and 7D. RGB value is (164,114,125). Sum of RGB (Red+Green+Blue) = 164+114+125=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4727D is #5B8D82. Grayscale: #828282. Windows color (decimal): -6000003 or 8221348. OLE color: 8221348.

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

Color convert

RGB164114125-
CMYK00.300.240.36
HSL346.8º21.55%54.51%-
HSV(B)346.8º30.49%64.31%-
XYZ25.0321.4122.21-
YUV130.2125.06152.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=40.69%
G=28.29%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411412500.300.240.36346.821.5554.51
HexA4727D01E182415b1637
Octal24416217503630445332667
Binary10100100111001011111010111101100010010010101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4727D; }

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

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

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

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

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

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

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

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