#a47480

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

Shades of Turkish Rose #A47480

Tints of Turkish Rose #A47480

Color information

#A47480 (or 0xA47480) is unknown color: approx Turkish Rose. HEX triplet: A4, 74 and 80. RGB value is (164,116,128). Sum of RGB (Red+Green+Blue) = 164+116+128=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A47480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47480 is #5B8B7F. Grayscale: #838383. Windows color (decimal): -5999488 or 8418468. OLE color: 8418468.

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

Color convert

RGB164116128-
CMYK00.290.220.36
HSL345º20.87%54.9%-
HSV(B)345º29.27%64.31%-
XYZ25.4521.9423.32-
YUV131.72125.9151.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 128 (50.39% from 255) = 31.37%
R=40.20%
G=28.43%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411612800.290.220.3634520.8754.9
HexA4748001D16241591537
Octal24416420003526445312567
Binary101001001110100100000000111011011010010010101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47480; }

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

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

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

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

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

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

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

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