#A37576

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

Shades of Turkish Rose #A37576

Tints of Turkish Rose #A37576

Color information

#A37576 (or 0xA37576) is unknown color: approx Turkish Rose. HEX triplet: A3, 75 and 76. RGB value is (163,117,118). Sum of RGB (Red+Green+Blue) = 163+117+118=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A37576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37576 is #5C8A89. Grayscale: #828282. Windows color (decimal): -6064778 or 7763363. OLE color: 7763363.

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

Color convert

RGB163117118-
CMYK00.280.280.36
HSL358.7º20%54.9%-
HSV(B)358.7º28.22%63.92%-
XYZ24.7421.8220.05-
YUV130.87120.74150.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=40.95%
G=29.40%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311711800.280.280.36358.72054.9
HexA3757601C1C241671437
Octal24316516603434445472467
Binary10100011111010111101100111001110010010010110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37576; }

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

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

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

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

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

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

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

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