#A47074

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

Shades of Turkish Rose #A47074

Tints of Turkish Rose #A47074

Color information

#A47074 (or 0xA47074) is unknown color: approx Turkish Rose. HEX triplet: A4, 70 and 74. RGB value is (164,112,116). Sum of RGB (Red+Green+Blue) = 164+112+116=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A47074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47074 is #5B8F8B. Grayscale: #808080. Windows color (decimal): -6000524 or 7631012. OLE color: 7631012.

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

Color convert

RGB164112116-
CMYK00.320.290.36
HSL355.38º22.22%54.12%-
HSV(B)355.38º31.71%64.31%-
XYZ24.2620.7419.25-
YUV128121.23153.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=41.84%
G=28.57%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411211600.320.290.36355.3822.2254.12
HexA470740201D241631636
Octal24416016404035445432666
Binary101001001110000111010001000001110110010010110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47074; }

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

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

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

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

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

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

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

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