Html Css Color HEX #AA6074 Turkish Rose

📋 copy color: '#AA6074'

red 170 ◦ green 96 ◦ blue 116

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

Shades of Turkish Rose #AA6074

Tints of Turkish Rose #AA6074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 44.5%
G = 25.13%
B = 30.37%

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

#AA6074 (or 0xAA6074) is known color: Turkish Rose. HEX triplet: AA, 60 and 74. RGB value is (170,96,116). Sum of RGB (Red+Green+Blue) = 170+96+116=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6074 is #559F8B. Grayscale: #787878. Windows color (decimal): -5611404 or 7626922. OLE color: 7626922.

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

Color convert

RGB 170 96 116 -
CMYK 0 0.44 0.32 0.33
HSL 343.78º 0.3% 0.52% -
HSV(B) 343.78º 0.44% 0.67% -
XYZ 23.91 18.17 18.77 -
YUV 120.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 170 96 116 0 0.44 0.32 0.33 343.78 0.3 0.52
Hex AA 60 74 0 2C 20 21 158 1E 34
Octal 252 140 164 0 54 40 41 530 36 64
Binary 10101010 1100000 1110100 0 101100 100000 100001 101011000 11110 110100

Color Harmonies of #AA6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6074

Black with #AA6074

Text Example


Text Example

White with #AA6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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