Html Css Color HEX #AA656D Turkish Rose

📋 copy color: '#AA656D'

red 170 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #AA656D

Tints of Turkish Rose #AA656D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 44.74%
G = 26.58%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA656D (or 0xAA656D) is known color: Turkish Rose. HEX triplet: AA, 65 and 6D. RGB value is (170,101,109). Sum of RGB (Red+Green+Blue) = 170+101+109=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA656D is #559A92. Grayscale: #7A7A7A. Windows color (decimal): -5610131 or 7169450. OLE color: 7169450.

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

Color convert

RGB 170 101 109 -
CMYK 0 0.41 0.36 0.33
HSL 353.04º 0.29% 0.53% -
HSV(B) 353.04º 0.41% 0.67% -
XYZ 23.99 18.96 16.86 -
YUV 122.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 170 101 109 0 0.41 0.36 0.33 353.04 0.29 0.53
Hex AA 65 6D 0 29 24 21 161 1D 35
Octal 252 145 155 0 51 44 41 541 35 65
Binary 10101010 1100101 1101101 0 101001 100100 100001 101100001 11101 110101

Color Harmonies of #AA656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA656D

Black with #AA656D

Text Example


Text Example

White with #AA656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA656D; }

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

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

background-color css

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

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

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

border-color css

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

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

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