#A47C7D

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

Shades of Turkish Rose #A47C7D

Tints of Turkish Rose #A47C7D

Color information

#A47C7D (or 0xA47C7D) is unknown color: approx Turkish Rose. HEX triplet: A4, 7C and 7D. RGB value is (164,124,125). Sum of RGB (Red+Green+Blue) = 164+124+125=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C7D is #5B8382. Grayscale: #888888. Windows color (decimal): -5997443 or 8223908. OLE color: 8223908.

HSL color Cylindrical-coordinate representation of color #A47C7D: hue angle of 358.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47C7D is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164124125-
CMYK00.240.240.36
HSL358.5º18.02%56.47%-
HSV(B)358.5º24.39%64.31%-
XYZ26.2223.7922.61-
YUV136.07121.75147.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=39.71%
G=30.02%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412412500.240.240.36358.518.0256.47
HexA47C7D01818241661238
Octal24417417503030445462270
Binary10100100111110011111010110001100010010010110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C7D; }

 p { color: rgb(164,124,125); }

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

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

 a { background-color: rgb(164,124,125); }

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

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

 span { border-color: rgb(164,124,125); }

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