#A3747D

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

Shades of Turkish Rose #A3747D

Tints of Turkish Rose #A3747D

Color information

#A3747D (or 0xA3747D) is unknown color: approx Turkish Rose. HEX triplet: A3, 74 and 7D. RGB value is (163,116,125). Sum of RGB (Red+Green+Blue) = 163+116+125=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3747D is #5C8B82. Grayscale: #838383. Windows color (decimal): -6065027 or 8221859. OLE color: 8221859.

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

Color convert

RGB163116125-
CMYK00.290.230.36
HSL348.51º20.35%54.71%-
HSV(B)348.51º28.83%63.92%-
XYZ25.0521.7622.28-
YUV131.08124.57150.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=40.35%
G=28.71%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311612500.290.230.36348.5120.3554.71
HexA3747D01D172415d1437
Octal24316417503527445352467
Binary10100011111010011111010111011011110010010101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3747D; }

 p { color: rgb(163,116,125); }

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

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

 a { background-color: rgb(163,116,125); }

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

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

 span { border-color: rgb(163,116,125); }

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