#A36379

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

Shades of Turkish Rose #A36379

Tints of Turkish Rose #A36379

Color information

#A36379 (or 0xA36379) is unknown color: approx Turkish Rose. HEX triplet: A3, 63 and 79. RGB value is (163,99,121). Sum of RGB (Red+Green+Blue) = 163+99+121=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A36379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36379 is #5C9C86. Grayscale: #787878. Windows color (decimal): -6069383 or 7955363. OLE color: 7955363.

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

Color convert

RGB16399121-
CMYK00.390.260.36
HSL339.38º25.81%51.37%-
HSV(B)339.38º39.26%63.92%-
XYZ23.0218.0920.37-
YUV120.64128.2158.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=42.56%
G=25.85%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639912100.390.260.36339.3825.8151.37
HexA363790271A241531a33
Octal24314317104732445233263
Binary101000111100011111100101001111101010010010101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36379; }

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

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

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

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

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

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

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

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