#A47475

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

Shades of Turkish Rose #A47475

Tints of Turkish Rose #A47475

Color information

#A47475 (or 0xA47475) is unknown color: approx Turkish Rose. HEX triplet: A4, 74 and 75. RGB value is (164,116,117). Sum of RGB (Red+Green+Blue) = 164+116+117=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47475 is #5B8B8A. Grayscale: #828282. Windows color (decimal): -5999499 or 7697572. OLE color: 7697572.

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

Color convert

RGB164116117-
CMYK00.290.290.36
HSL358.75º20.87%54.9%-
HSV(B)358.75º29.27%64.31%-
XYZ24.7721.6719.71-
YUV130.47120.4151.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=41.31%
G=29.22%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411611700.290.290.36358.7520.8754.9
HexA4747501D1D241671537
Octal24416416503535445472567
Binary10100100111010011101010111011110110010010110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47475; }

 p { color: rgb(164,116,117); }

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

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

 a { background-color: rgb(164,116,117); }

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

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

 span { border-color: rgb(164,116,117); }

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