#A36278

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

Shades of Turkish Rose #A36278

Tints of Turkish Rose #A36278

Color information

#A36278 (or 0xA36278) is unknown color: approx Turkish Rose. HEX triplet: A3, 62 and 78. RGB value is (163,98,120). Sum of RGB (Red+Green+Blue) = 163+98+120=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36278 is #5C9D87. Grayscale: #777777. Windows color (decimal): -6069640 or 7889571. OLE color: 7889571.

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

Color convert

RGB16398120-
CMYK00.400.260.36
HSL339.69º26.1%51.18%-
HSV(B)339.69º39.88%63.92%-
XYZ22.8617.8820.02-
YUV119.94128.03158.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=42.78%
G=25.72%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639812000.400.260.36339.6926.151.18
HexA362780281A241541a33
Octal24314217005032445243263
Binary101000111100010111100001010001101010010010101010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36278; }

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

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

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

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

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

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

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

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