#A36674

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

Shades of Turkish Rose #A36674

Tints of Turkish Rose #A36674

Color information

#A36674 (or 0xA36674) is unknown color: approx Turkish Rose. HEX triplet: A3, 66 and 74. RGB value is (163,102,116). Sum of RGB (Red+Green+Blue) = 163+102+116=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36674 is #5C998B. Grayscale: #797979. Windows color (decimal): -6068620 or 7628451. OLE color: 7628451.

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

Color convert

RGB163102116-
CMYK00.370.290.36
HSL346.23º24.9%51.96%-
HSV(B)346.23º37.42%63.92%-
XYZ23.0118.5518.89-
YUV121.84124.71157.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=42.78%
G=26.77%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310211600.370.290.36346.2324.951.96
HexA366740251D2415a1934
Octal24314616404535445323164
Binary101000111100110111010001001011110110010010101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36674; }

 p { color: rgb(163,102,116); }

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

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

 a { background-color: rgb(163,102,116); }

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

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

 span { border-color: rgb(163,102,116); }

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