Html Css Color HEX #AA5F73 Turkish Rose

📋 copy color: '#AA5F73'

red 170 ◦ green 95 ◦ blue 115

#AA5F73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AA5F73

Tints of Turkish Rose #AA5F73

RGB

 RED value IS 170 (66.8% from 255) = 44.74%

 GREEN value IS 95 (37.5% from 255) = 25%

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 44.74%
G = 25%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA5F73 (or 0xAA5F73) is known color: Turkish Rose. HEX triplet: AA, 5F and 73. RGB value is (170,95,115). Sum of RGB (Red+Green+Blue) = 170+95+115=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F73 is #55A08C. Grayscale: #777777. Windows color (decimal): -5611661 or 7561130. OLE color: 7561130.

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

Color convert

RGB 170 95 115 -
CMYK 0 0.44 0.32 0.33
HSL 344º 0.31% 0.52% -
HSV(B) 344º 0.44% 0.67% -
XYZ 23.76 17.97 18.44 -
YUV 119.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 170 95 115 0 0.44 0.32 0.33 344 0.31 0.52
Hex AA 5F 73 0 2C 20 21 158 1F 34
Octal 252 137 163 0 54 40 41 530 37 64
Binary 10101010 1011111 1110011 0 101100 100000 100001 101011000 11111 110100

Color Harmonies of #AA5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F73

Black with #AA5F73

Text Example


Text Example

White with #AA5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F73; }

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

 H1.HeaderClassName
 {
   color: #AA5F73;
 }
 .AnyTagClassName
 {
   color: #AA5F73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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