#AA6376

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

Shades of Turkish Rose #AA6376

Tints of Turkish Rose #AA6376

Color information

#AA6376 (or 0xAA6376) is unknown color: approx Turkish Rose. HEX triplet: AA, 63 and 76. RGB value is (170,99,118). Sum of RGB (Red+Green+Blue) = 170+99+118=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6376 is #559C89. Grayscale: #7A7A7A. Windows color (decimal): -5610634 or 7758762. OLE color: 7758762.

HSL color Cylindrical-coordinate representation of color #AA6376: hue angle of 343.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6376 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17099118-
CMYK00.420.310.33
HSL343.94º29.46%52.75%-
HSV(B)343.94º41.76%66.67%-
XYZ24.3118.7819.48-
YUV122.4125.52161.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=43.93%
G=25.58%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709911800.420.310.33343.9429.4652.75
HexAA637602A1F211581d35
Octal25214316605237415303565
Binary101010101100011111011001010101111110000110101100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6376; }

 p { color: rgb(170,99,118); }

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

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

 a { background-color: rgb(170,99,118); }

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

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

 span { border-color: rgb(170,99,118); }

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