#A47374

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

Shades of Turkish Rose #A47374

Tints of Turkish Rose #A47374

Color information

#A47374 (or 0xA47374) is unknown color: approx Turkish Rose. HEX triplet: A4, 73 and 74. RGB value is (164,115,116). Sum of RGB (Red+Green+Blue) = 164+115+116=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47374 is #5B8C8B. Grayscale: #818181. Windows color (decimal): -5999756 or 7631780. OLE color: 7631780.

HSL color Cylindrical-coordinate representation of color #A47374: hue angle of 358.78º degrees, saturation: 0.21, 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 #A47374 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164115116-
CMYK00.300.290.36
HSL358.78º21.21%54.71%-
HSV(B)358.78º29.88%64.31%-
XYZ24.5921.4119.36-
YUV129.76120.23152.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=41.52%
G=29.11%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411511600.300.290.36358.7821.2154.71
HexA4737401E1D241671537
Octal24416316403635445472567
Binary10100100111001111101000111101110110010010110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47374; }

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

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

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

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

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

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

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

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