Html Css Color HEX #AA656B Turkish Rose

📋 copy color: '#AA656B'

red 170 ◦ green 101 ◦ blue 107

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

Shades of Turkish Rose #AA656B

Tints of Turkish Rose #AA656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 44.97%
G = 26.72%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA656B (or 0xAA656B) is known color: Turkish Rose. HEX triplet: AA, 65 and 6B. RGB value is (170,101,107). Sum of RGB (Red+Green+Blue) = 170+101+107=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA656B is #559A94. Grayscale: #7A7A7A. Windows color (decimal): -5610133 or 7038378. OLE color: 7038378.

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

Color convert

RGB 170 101 107 -
CMYK 0 0.41 0.37 0.33
HSL 354.78º 0.29% 0.53% -
HSV(B) 354.78º 0.41% 0.67% -
XYZ 23.89 18.91 16.3 -
YUV 122.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 170 101 107 0 0.41 0.37 0.33 354.78 0.29 0.53
Hex AA 65 6B 0 29 25 21 163 1D 35
Octal 252 145 153 0 51 45 41 543 35 65
Binary 10101010 1100101 1101011 0 101001 100101 100001 101100011 11101 110101

Color Harmonies of #AA656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA656B

Black with #AA656B

Text Example


Text Example

White with #AA656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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