Html Css Color HEX #AA656A Turkish Rose

📋 copy color: '#AA656A'

red 170 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #AA656A

Tints of Turkish Rose #AA656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 45.09%
G = 26.79%
B = 28.12%

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

#AA656A (or 0xAA656A) is known color: Turkish Rose. HEX triplet: AA, 65 and 6A. RGB value is (170,101,106). Sum of RGB (Red+Green+Blue) = 170+101+106=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA656A is #559A95. Grayscale: #7A7A7A. Windows color (decimal): -5610134 or 6972842. OLE color: 6972842.

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

Color convert

RGB 170 101 106 -
CMYK 0 0.41 0.38 0.33
HSL 355.65º 0.29% 0.53% -
HSV(B) 355.65º 0.41% 0.67% -
XYZ 23.83 18.89 16.03 -
YUV 122.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 170 101 106 0 0.41 0.38 0.33 355.65 0.29 0.53
Hex AA 65 6A 0 29 26 21 164 1D 35
Octal 252 145 152 0 51 46 41 544 35 65
Binary 10101010 1100101 1101010 0 101001 100110 100001 101100100 11101 110101

Color Harmonies of #AA656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA656A

Black with #AA656A

Text Example


Text Example

White with #AA656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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