#AA7374

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

Shades of Turkish Rose #AA7374

Tints of Turkish Rose #AA7374

Color information

#AA7374 (or 0xAA7374) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 74. RGB value is (170,115,116). Sum of RGB (Red+Green+Blue) = 170+115+116=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7374 is #558C8B. Grayscale: #838383. Windows color (decimal): -5606540 or 7631786. OLE color: 7631786.

HSL color Cylindrical-coordinate representation of color #AA7374: hue angle of 358.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7374 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB170115116-
CMYK00.320.320.33
HSL358.91º24.44%55.88%-
HSV(B)358.91º32.35%66.67%-
XYZ25.8622.0719.42-
YUV131.56119.22155.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=42.39%
G=28.68%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011511600.320.320.33358.9124.4455.88
HexAA737402020211671838
Octal25216316404040415473070
Binary1010101011100111110100010000010000010000110110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7374; }

 p { color: rgb(170,115,116); }

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

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

 a { background-color: rgb(170,115,116); }

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

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

 span { border-color: rgb(170,115,116); }

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