Html Css Color HEX #AA5F77 Turkish Rose

📋 copy color: '#AA5F77'

red 170 ◦ green 95 ◦ blue 119

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

Shades of Turkish Rose #AA5F77

Tints of Turkish Rose #AA5F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 44.27%
G = 24.74%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA5F77 (or 0xAA5F77) is known color: Turkish Rose. HEX triplet: AA, 5F and 77. RGB value is (170,95,119). Sum of RGB (Red+Green+Blue) = 170+95+119=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F77 is #55A088. Grayscale: #787878. Windows color (decimal): -5611657 or 7823274. OLE color: 7823274.

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

Color convert

RGB 170 95 119 -
CMYK 0 0.44 0.3 0.33
HSL 340.8º 0.31% 0.52% -
HSV(B) 340.8º 0.44% 0.67% -
XYZ 24 18.06 19.67 -
YUV 120.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 170 95 119 0 0.44 0.3 0.33 340.8 0.31 0.52
Hex AA 5F 77 0 2C 1E 21 155 1F 34
Octal 252 137 167 0 54 36 41 525 37 64
Binary 10101010 1011111 1110111 0 101100 11110 100001 101010101 11111 110100

Color Harmonies of #AA5F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F77

Black with #AA5F77

Text Example


Text Example

White with #AA5F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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