#A47678

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

Shades of Turkish Rose #A47678

Tints of Turkish Rose #A47678

Color information

#A47678 (or 0xA47678) is unknown color: approx Turkish Rose. HEX triplet: A4, 76 and 78. RGB value is (164,118,120). Sum of RGB (Red+Green+Blue) = 164+118+120=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A47678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47678 is #5B8987. Grayscale: #848484. Windows color (decimal): -5998984 or 7894692. OLE color: 7894692.

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

Color convert

RGB164118120-
CMYK00.280.270.36
HSL357.39º20.18%55.29%-
HSV(B)357.39º28.05%64.31%-
XYZ25.1822.2120.73-
YUV131.98121.24150.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=40.80%
G=29.35%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411812000.280.270.36357.3920.1855.29
HexA4767801C1B241651437
Octal24416617003433445452467
Binary10100100111011011110000111001101110010010110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47678; }

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

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

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

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

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

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

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

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