#A37279

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

Shades of Turkish Rose #A37279

Tints of Turkish Rose #A37279

Color information

#A37279 (or 0xA37279) is unknown color: approx Turkish Rose. HEX triplet: A3, 72 and 79. RGB value is (163,114,121). Sum of RGB (Red+Green+Blue) = 163+114+121=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A37279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37279 is #5C8D86. Grayscale: #818181. Windows color (decimal): -6065543 or 7959203. OLE color: 7959203.

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

Color convert

RGB163114121-
CMYK00.300.260.36
HSL351.43º21.03%54.31%-
HSV(B)351.43º30.06%63.92%-
XYZ24.5721.220.89-
YUV129.45123.23151.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=40.95%
G=28.64%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311412100.300.260.36351.4321.0354.31
HexA3727901E1A2415f1536
Octal24316217103632445372566
Binary10100011111001011110010111101101010010010101111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37279; }

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

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

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

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

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

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

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

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