#A47679

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

Shades of Turkish Rose #A47679

Tints of Turkish Rose #A47679

Color information

#A47679 (or 0xA47679) is unknown color: approx Turkish Rose. HEX triplet: A4, 76 and 79. RGB value is (164,118,121). Sum of RGB (Red+Green+Blue) = 164+118+121=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A47679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47679 is #5B8986. Grayscale: #848484. Windows color (decimal): -5998983 or 7960228. OLE color: 7960228.

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

Color convert

RGB164118121-
CMYK00.280.260.36
HSL356.09º20.18%55.29%-
HSV(B)356.09º28.05%64.31%-
XYZ25.2422.2321.05-
YUV132.1121.74150.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=40.69%
G=29.28%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411812100.280.260.36356.0920.1855.29
HexA4767901C1A241641437
Octal24416617103432445442467
Binary10100100111011011110010111001101010010010110010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47679; }

 p { color: rgb(164,118,121); }

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

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

 a { background-color: rgb(164,118,121); }

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

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

 span { border-color: rgb(164,118,121); }

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