#A26263

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

Shades of Turkish Rose #A26263

Tints of Turkish Rose #A26263

Color information

#A26263 (or 0xA26263) is unknown color: approx Turkish Rose. HEX triplet: A2, 62 and 63. RGB value is (162,98,99). Sum of RGB (Red+Green+Blue) = 162+98+99=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26263 is #5D9D9C. Grayscale: #757575. Windows color (decimal): -6135197 or 6513314. OLE color: 6513314.

HSL color Cylindrical-coordinate representation of color #A26263: hue angle of 359.06º 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 #A26263 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1629899-
CMYK00.400.390.36
HSL359.06º25.6%50.98%-
HSV(B)359.06º39.51%63.53%-
XYZ21.5217.3214.01-
YUV117.25117.7159.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=45.13%
G=27.30%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162989900.400.390.36359.0625.650.98
HexA2626302827241671a33
Octal24214214305047445473263
Binary1010001011000101100011010100010011110010010110011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26263; }

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

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

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

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

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

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

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

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