Html Css Color HEX #AA6076 Turkish Rose

📋 copy color: '#AA6076'

red 170 ◦ green 96 ◦ blue 118

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

Shades of Turkish Rose #AA6076

Tints of Turkish Rose #AA6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 44.27%
G = 25%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6076 (or 0xAA6076) is known color: Turkish Rose. HEX triplet: AA, 60 and 76. RGB value is (170,96,118). Sum of RGB (Red+Green+Blue) = 170+96+118=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6076 is #559F89. Grayscale: #787878. Windows color (decimal): -5611402 or 7757994. OLE color: 7757994.

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

Color convert

RGB 170 96 118 -
CMYK 0 0.44 0.31 0.33
HSL 342.16º 0.3% 0.52% -
HSV(B) 342.16º 0.44% 0.67% -
XYZ 24.03 18.22 19.39 -
YUV 120.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 170 96 118 0 0.44 0.31 0.33 342.16 0.3 0.52
Hex AA 60 76 0 2C 1F 21 156 1E 34
Octal 252 140 166 0 54 37 41 526 36 64
Binary 10101010 1100000 1110110 0 101100 11111 100001 101010110 11110 110100

Color Harmonies of #AA6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6076

Black with #AA6076

Text Example


Text Example

White with #AA6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6076; }

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

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

background-color css

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

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

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

border-color css

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

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

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