#A36476

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

Shades of Turkish Rose #A36476

Tints of Turkish Rose #A36476

Color information

#A36476 (or 0xA36476) is unknown color: approx Turkish Rose. HEX triplet: A3, 64 and 76. RGB value is (163,100,118). Sum of RGB (Red+Green+Blue) = 163+100+118=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36476 is #5C9B89. Grayscale: #787878. Windows color (decimal): -6069130 or 7759011. OLE color: 7759011.

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

Color convert

RGB163100118-
CMYK00.390.280.36
HSL342.86º25.51%51.57%-
HSV(B)342.86º38.65%63.92%-
XYZ22.9318.2119.45-
YUV120.89126.37158.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=42.78%
G=26.25%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310011800.390.280.36342.8625.5151.57
HexA364760271C241571a34
Octal24314416604734445273264
Binary101000111100100111011001001111110010010010101011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36476; }

 p { color: rgb(163,100,118); }

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

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

 a { background-color: rgb(163,100,118); }

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

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

 span { border-color: rgb(163,100,118); }

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