#A37879

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

Shades of Turkish Rose #A37879

Tints of Turkish Rose #A37879

Color information

#A37879 (or 0xA37879) is unknown color: approx Turkish Rose. HEX triplet: A3, 78 and 79. RGB value is (163,120,121). Sum of RGB (Red+Green+Blue) = 163+120+121=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37879 is #5C8786. Grayscale: #858585. Windows color (decimal): -6064007 or 7960739. OLE color: 7960739.

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

Color convert

RGB163120121-
CMYK00.260.260.36
HSL358.6º18.94%55.49%-
HSV(B)358.6º26.38%63.92%-
XYZ25.2722.621.12-
YUV132.97121.25149.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=40.35%
G=29.70%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312012100.260.260.36358.618.9455.49
HexA3787901A1A241671337
Octal24317017103232445472367
Binary10100011111100011110010110101101010010010110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37879; }

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

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

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

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

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

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

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

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