Html Css Color HEX #AA6063 Turkish Rose

📋 copy color: '#AA6063'

red 170 ◦ green 96 ◦ blue 99

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

Shades of Turkish Rose #AA6063

Tints of Turkish Rose #AA6063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 46.58%
G = 26.3%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA6063 (or 0xAA6063) is known color: Turkish Rose. HEX triplet: AA, 60 and 63. RGB value is (170,96,99). Sum of RGB (Red+Green+Blue) = 170+96+99=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6063 is #559F9C. Grayscale: #767676. Windows color (decimal): -5611421 or 6512810. OLE color: 6512810.

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

Color convert

RGB 170 96 99 -
CMYK 0 0.44 0.42 0.33
HSL 357.57º 0.3% 0.52% -
HSV(B) 357.57º 0.44% 0.67% -
XYZ 23.01 17.81 14.03 -
YUV 118.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 170 96 99 0 0.44 0.42 0.33 357.57 0.3 0.52
Hex AA 60 63 0 2C 2A 21 166 1E 34
Octal 252 140 143 0 54 52 41 546 36 64
Binary 10101010 1100000 1100011 0 101100 101010 100001 101100110 11110 110100

Color Harmonies of #AA6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6063

Black with #AA6063

Text Example


Text Example

White with #AA6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6063; }

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

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

background-color css

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

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

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

border-color css

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

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

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