#A26364

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

Shades of Turkish Rose #A26364

Tints of Turkish Rose #A26364

Color information

#A26364 (or 0xA26364) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 64. RGB value is (162,99,100). Sum of RGB (Red+Green+Blue) = 162+99+100=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A26364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26364 is #5D9C9B. Grayscale: #767676. Windows color (decimal): -6134940 or 6579106. OLE color: 6579106.

HSL color Cylindrical-coordinate representation of color #A26364: hue angle of 359.05º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26364 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16299100-
CMYK00.390.380.36
HSL359.05º25.3%51.18%-
HSV(B)359.05º38.89%63.53%-
XYZ21.6617.5314.3-
YUV117.95117.87159.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=44.88%
G=27.42%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629910000.390.380.36359.0525.351.18
HexA2636402726241671933
Octal24214314404746445473163
Binary1010001011000111100100010011110011010010010110011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26364; }

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

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

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

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

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

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

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

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