#A37476

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

Shades of Turkish Rose #A37476

Tints of Turkish Rose #A37476

Color information

#A37476 (or 0xA37476) is unknown color: approx Turkish Rose. HEX triplet: A3, 74 and 76. RGB value is (163,116,118). Sum of RGB (Red+Green+Blue) = 163+116+118=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A37476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37476 is #5C8B89. Grayscale: #828282. Windows color (decimal): -6065034 or 7763107. OLE color: 7763107.

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

Color convert

RGB163116118-
CMYK00.290.280.36
HSL357.45º20.35%54.71%-
HSV(B)357.45º28.83%63.92%-
XYZ24.6221.5920.01-
YUV130.28121.07151.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=41.06%
G=29.22%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311611800.290.280.36357.4520.3554.71
HexA3747601D1C241651437
Octal24316416603534445452467
Binary10100011111010011101100111011110010010010110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37476; }

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

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

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

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

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

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

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

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