#A37779

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

Shades of Turkish Rose #A37779

Tints of Turkish Rose #A37779

Color information

#A37779 (or 0xA37779) is unknown color: approx Turkish Rose. HEX triplet: A3, 77 and 79. RGB value is (163,119,121). Sum of RGB (Red+Green+Blue) = 163+119+121=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A37779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37779 is #5C8886. Grayscale: #848484. Windows color (decimal): -6064263 or 7960483. OLE color: 7960483.

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

Color convert

RGB163119121-
CMYK00.270.260.36
HSL357.27º19.3%55.29%-
HSV(B)357.27º26.99%63.92%-
XYZ25.1522.3621.08-
YUV132.38121.58149.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=40.45%
G=29.53%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311912100.270.260.36357.2719.355.29
HexA3777901B1A241651337
Octal24316717103332445452367
Binary10100011111011111110010110111101010010010110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37779; }

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

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

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

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

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

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

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

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