#A37480

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

Shades of Turkish Rose #A37480

Tints of Turkish Rose #A37480

Color information

#A37480 (or 0xA37480) is unknown color: approx Turkish Rose. HEX triplet: A3, 74 and 80. RGB value is (163,116,128). Sum of RGB (Red+Green+Blue) = 163+116+128=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37480 is #5C8B7F. Grayscale: #838383. Windows color (decimal): -6065024 or 8418467. OLE color: 8418467.

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

Color convert

RGB163116128-
CMYK00.290.210.36
HSL344.68º20.35%54.71%-
HSV(B)344.68º28.83%63.92%-
XYZ25.2521.8423.31-
YUV131.42126.07150.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=40.05%
G=28.50%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311612800.290.210.36344.6820.3554.71
HexA3748001D15241591437
Octal24316420003525445312467
Binary101000111110100100000000111011010110010010101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37480; }

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

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

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

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

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

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

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

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