#A2626F

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

Shades of Turkish Rose #A2626F

Tints of Turkish Rose #A2626F

Color information

#A2626F (or 0xA2626F) is unknown color: approx Turkish Rose. HEX triplet: A2, 62 and 6F. RGB value is (162,98,111). Sum of RGB (Red+Green+Blue) = 162+98+111=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2626F is #5D9D90. Grayscale: #767676. Windows color (decimal): -6135185 or 7299746. OLE color: 7299746.

HSL color Cylindrical-coordinate representation of color #A2626F: hue angle of 347.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2626F is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16298111-
CMYK00.400.310.36
HSL347.81º25.6%50.98%-
HSV(B)347.81º39.51%63.53%-
XYZ22.1417.5617.26-
YUV118.62123.7158.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=43.67%
G=26.42%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629811100.400.310.36347.8125.650.98
HexA2626F0281F2415c1a33
Octal24214215705037445343263
Binary101000101100010110111101010001111110010010101110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2626F; }

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

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

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

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

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

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

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

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