Html Css Color HEX #AA6569 Turkish Rose

📋 copy color: '#AA6569'

red 170 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #AA6569

Tints of Turkish Rose #AA6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 45.21%
G = 26.86%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA6569 (or 0xAA6569) is known color: Turkish Rose. HEX triplet: AA, 65 and 69. RGB value is (170,101,105). Sum of RGB (Red+Green+Blue) = 170+101+105=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6569 is #559A96. Grayscale: #7A7A7A. Windows color (decimal): -5610135 or 6907306. OLE color: 6907306.

HSL color Cylindrical-coordinate representation of color #AA6569: hue angle of 356.52º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6569 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 101 105 -
CMYK 0 0.41 0.38 0.33
HSL 356.52º 0.29% 0.53% -
HSV(B) 356.52º 0.41% 0.67% -
XYZ 23.78 18.87 15.75 -
YUV 122.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 170 101 105 0 0.41 0.38 0.33 356.52 0.29 0.53
Hex AA 65 69 0 29 26 21 165 1D 35
Octal 252 145 151 0 51 46 41 545 35 65
Binary 10101010 1100101 1101001 0 101001 100110 100001 101100101 11101 110101

Color Harmonies of #AA6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6569

Black with #AA6569

Text Example


Text Example

White with #AA6569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6569; }

 p { color: rgb(170,101,105); }

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

background-color css

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

 a { background-color: rgb(170,101,105); }

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

border-color css

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

 span { border-color: rgb(170,101,105); }

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