Html Css Color HEX #AA6064 Turkish Rose

📋 copy color: '#AA6064'

red 170 ◦ green 96 ◦ blue 100

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

Shades of Turkish Rose #AA6064

Tints of Turkish Rose #AA6064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.32%

R = 46.45%
G = 26.23%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6064 (or 0xAA6064) is known color: Turkish Rose. HEX triplet: AA, 60 and 64. RGB value is (170,96,100). Sum of RGB (Red+Green+Blue) = 170+96+100=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6064 is #559F9B. Grayscale: #767676. Windows color (decimal): -5611420 or 6578346. OLE color: 6578346.

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

Color convert

RGB 170 96 100 -
CMYK 0 0.44 0.41 0.33
HSL 356.76º 0.3% 0.52% -
HSV(B) 356.76º 0.44% 0.67% -
XYZ 23.06 17.83 14.28 -
YUV 118.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 170 96 100 0 0.44 0.41 0.33 356.76 0.3 0.52
Hex AA 60 64 0 2C 29 21 165 1E 34
Octal 252 140 144 0 54 51 41 545 36 64
Binary 10101010 1100000 1100100 0 101100 101001 100001 101100101 11110 110100

Color Harmonies of #AA6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6064

Black with #AA6064

Text Example


Text Example

White with #AA6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6064; }

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

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

background-color css

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

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

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

border-color css

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

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

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