#AA626B

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

Shades of Turkish Rose #AA626B

Tints of Turkish Rose #AA626B

Color information

#AA626B (or 0xAA626B) is unknown color: approx Turkish Rose. HEX triplet: AA, 62 and 6B. RGB value is (170,98,107). Sum of RGB (Red+Green+Blue) = 170+98+107=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA626B is #559D94. Grayscale: #787878. Windows color (decimal): -5610901 or 7037610. OLE color: 7037610.

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

Color convert

RGB17098107-
CMYK00.420.370.33
HSL352.5º29.75%52.55%-
HSV(B)352.5º42.35%66.67%-
XYZ23.618.3416.21-
YUV120.55120.35163.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=45.33%
G=26.13%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709810700.420.370.33352.529.7552.55
HexAA626B02A25211601e35
Octal25214215305245415403665
Binary1010101011000101101011010101010010110000110110000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA626B; }

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

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

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

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

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

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

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

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