#A37078

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

Shades of Turkish Rose #A37078

Tints of Turkish Rose #A37078

Color information

#A37078 (or 0xA37078) is unknown color: approx Turkish Rose. HEX triplet: A3, 70 and 78. RGB value is (163,112,120). Sum of RGB (Red+Green+Blue) = 163+112+120=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37078 is #5C8F87. Grayscale: #808080. Windows color (decimal): -6066056 or 7893155. OLE color: 7893155.

HSL color Cylindrical-coordinate representation of color #A37078: hue angle of 350.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37078 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB163112120-
CMYK00.310.260.36
HSL350.59º21.7%53.92%-
HSV(B)350.59º31.29%63.92%-
XYZ24.2920.7320.49-
YUV128.16123.4152.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=41.27%
G=28.35%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311212000.310.260.36350.5921.753.92
HexA3707801F1A2415f1636
Octal24316017003732445372666
Binary10100011111000011110000111111101010010010101111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37078; }

 p { color: rgb(163,112,120); }

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

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

 a { background-color: rgb(163,112,120); }

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

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

 span { border-color: rgb(163,112,120); }

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