#AA626A

Color #AA626A Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AA626A

Tints of Turkish Rose #AA626A

Color information

#AA626A (or 0xAA626A) is unknown color: approx Turkish Rose. HEX triplet: AA, 62 and 6A. RGB value is (170,98,106). Sum of RGB (Red+Green+Blue) = 170+98+106=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA626A is #559D95. Grayscale: #787878. Windows color (decimal): -5610902 or 6972074. OLE color: 6972074.

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

Color convert

RGB17098106-
CMYK00.420.380.33
HSL353.33º29.75%52.55%-
HSV(B)353.33º42.35%66.67%-
XYZ23.5518.3215.93-
YUV120.44119.85163.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=45.45%
G=26.20%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709810600.420.380.33353.3329.7552.55
HexAA626A02A26211611e35
Octal25214215205246415413665
Binary1010101011000101101010010101010011010000110110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA626A; }

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

 H1.HeaderClassName
 {
   color: #AA626A;
 }
 .AnyTagClassName
 {
   color: #AA626A;
 }
</style>
background-color css

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

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

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

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

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

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