Html Css Color HEX #AA626E Turkish Rose

📋 copy color: '#AA626E'

red 170 ◦ green 98 ◦ blue 110

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

Shades of Turkish Rose #AA626E

Tints of Turkish Rose #AA626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 44.97%
G = 25.93%
B = 29.1%

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

#AA626E (or 0xAA626E) is known color: Turkish Rose. HEX triplet: AA, 62 and 6E. RGB value is (170,98,110). Sum of RGB (Red+Green+Blue) = 170+98+110=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA626E is #559D91. Grayscale: #787878. Windows color (decimal): -5610898 or 7234218. OLE color: 7234218.

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

Color convert

RGB 170 98 110 -
CMYK 0 0.42 0.35 0.33
HSL 350º 0.3% 0.53% -
HSV(B) 350º 0.42% 0.67% -
XYZ 23.76 18.41 17.05 -
YUV 120.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 170 98 110 0 0.42 0.35 0.33 350 0.3 0.53
Hex AA 62 6E 0 2A 23 21 15E 1E 35
Octal 252 142 156 0 52 43 41 536 36 65
Binary 10101010 1100010 1101110 0 101010 100011 100001 101011110 11110 110101

Color Harmonies of #AA626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA626E

Black with #AA626E

Text Example


Text Example

White with #AA626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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