Html Css Color HEX #AA6163 Turkish Rose

📋 copy color: '#AA6163'

red 170 ◦ green 97 ◦ blue 99

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

Shades of Turkish Rose #AA6163

Tints of Turkish Rose #AA6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

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

R = 46.45%
G = 26.5%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA6163 (or 0xAA6163) is known color: Turkish Rose. HEX triplet: AA, 61 and 63. RGB value is (170,97,99). Sum of RGB (Red+Green+Blue) = 170+97+99=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6163 is #559E9C. Grayscale: #777777. Windows color (decimal): -5611165 or 6513066. OLE color: 6513066.

HSL color Cylindrical-coordinate representation of color #AA6163: hue angle of 358.36º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6163 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 99 -
CMYK 0 0.43 0.42 0.33
HSL 358.36º 0.3% 0.52% -
HSV(B) 358.36º 0.43% 0.67% -
XYZ 23.1 18 14.06 -
YUV 119.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 170 97 99 0 0.43 0.42 0.33 358.36 0.3 0.52
Hex AA 61 63 0 2B 2A 21 166 1E 34
Octal 252 141 143 0 53 52 41 546 36 64
Binary 10101010 1100001 1100011 0 101011 101010 100001 101100110 11110 110100

Color Harmonies of #AA6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6163

Black with #AA6163

Text Example


Text Example

White with #AA6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6163; }

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

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

background-color css

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

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

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

border-color css

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

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

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