#A26264

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

Shades of Turkish Rose #A26264

Tints of Turkish Rose #A26264

Color information

#A26264 (or 0xA26264) is unknown color: approx Turkish Rose. HEX triplet: A2, 62 and 64. RGB value is (162,98,100). Sum of RGB (Red+Green+Blue) = 162+98+100=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A26264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26264 is #5D9D9B. Grayscale: #757575. Windows color (decimal): -6135196 or 6578850. OLE color: 6578850.

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

Color convert

RGB16298100-
CMYK00.400.380.36
HSL358.12º25.6%50.98%-
HSV(B)358.12º39.51%63.53%-
XYZ21.5717.3414.27-
YUV117.36118.2159.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=45%
G=27.22%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629810000.400.380.36358.1225.650.98
HexA2626402826241661a33
Octal24214214405046445463263
Binary1010001011000101100100010100010011010010010110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26264; }

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

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

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

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

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

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

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

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