#A37378

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

Shades of Turkish Rose #A37378

Tints of Turkish Rose #A37378

Color information

#A37378 (or 0xA37378) is unknown color: approx Turkish Rose. HEX triplet: A3, 73 and 78. RGB value is (163,115,120). Sum of RGB (Red+Green+Blue) = 163+115+120=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A37378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37378 is #5C8C87. Grayscale: #818181. Windows color (decimal): -6065288 or 7893923. OLE color: 7893923.

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

Color convert

RGB163115120-
CMYK00.290.260.36
HSL353.75º20.69%54.51%-
HSV(B)353.75º29.45%63.92%-
XYZ24.6321.420.6-
YUV129.92122.4151.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=40.95%
G=28.89%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311512000.290.260.36353.7520.6954.51
HexA3737801D1A241621537
Octal24316317003532445422567
Binary10100011111001111110000111011101010010010110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37378; }

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

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

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

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

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

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

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

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