#A37475

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

Shades of Turkish Rose #A37475

Tints of Turkish Rose #A37475

Color information

#A37475 (or 0xA37475) is unknown color: approx Turkish Rose. HEX triplet: A3, 74 and 75. RGB value is (163,116,117). Sum of RGB (Red+Green+Blue) = 163+116+117=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A37475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37475 is #5C8B8A. Grayscale: #828282. Windows color (decimal): -6065035 or 7697571. OLE color: 7697571.

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

Color convert

RGB163116117-
CMYK00.290.280.36
HSL358.72º20.35%54.71%-
HSV(B)358.72º28.83%63.92%-
XYZ24.5621.5619.7-
YUV130.17120.57151.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=41.16%
G=29.29%
B=29.55%

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
Decimal16311611700.290.280.36358.7220.3554.71
HexA3747501D1C241671437
Octal24316416503534445472467
Binary10100011111010011101010111011110010010010110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37475; }

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

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

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

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

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

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

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

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