Html Css Color HEX #AA626F Turkish Rose

📋 copy color: '#AA626F'

red 170 ◦ green 98 ◦ blue 111

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

Shades of Turkish Rose #AA626F

Tints of Turkish Rose #AA626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.86%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 44.85%
G = 25.86%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA626F (or 0xAA626F) is known color: Turkish Rose. HEX triplet: AA, 62 and 6F. RGB value is (170,98,111). Sum of RGB (Red+Green+Blue) = 170+98+111=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA626F is #559D90. Grayscale: #797979. Windows color (decimal): -5610897 or 7299754. OLE color: 7299754.

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

Color convert

RGB 170 98 111 -
CMYK 0 0.42 0.35 0.33
HSL 349.17º 0.3% 0.53% -
HSV(B) 349.17º 0.42% 0.67% -
XYZ 23.81 18.43 17.34 -
YUV 121.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 170 98 111 0 0.42 0.35 0.33 349.17 0.3 0.53
Hex AA 62 6F 0 2A 23 21 15D 1E 35
Octal 252 142 157 0 52 43 41 535 36 65
Binary 10101010 1100010 1101111 0 101010 100011 100001 101011101 11110 110101

Color Harmonies of #AA626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA626F

Black with #AA626F

Text Example


Text Example

White with #AA626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA626F; }

 p { color: rgb(170,98,111); }

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

background-color css

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

 a { background-color: rgb(170,98,111); }

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

border-color css

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

 span { border-color: rgb(170,98,111); }

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