#AA7375

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

Shades of Turkish Rose #AA7375

Tints of Turkish Rose #AA7375

Color information

#AA7375 (or 0xAA7375) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 75. RGB value is (170,115,117). Sum of RGB (Red+Green+Blue) = 170+115+117=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7375 is #558C8A. Grayscale: #838383. Windows color (decimal): -5606539 or 7697322. OLE color: 7697322.

HSL color Cylindrical-coordinate representation of color #AA7375: hue angle of 357.82º 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 #AA7375 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170115117-
CMYK00.320.310.33
HSL357.82º24.44%55.88%-
HSV(B)357.82º32.35%66.67%-
XYZ25.9222.0919.73-
YUV131.67119.72155.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=42.29%
G=28.61%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011511700.320.310.33357.8224.4455.88
HexAA73750201F211661838
Octal25216316504037415463070
Binary101010101110011111010101000001111110000110110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7375; }

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

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

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

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

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

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

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

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