#A26365

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

Shades of Turkish Rose #A26365

Tints of Turkish Rose #A26365

Color information

#A26365 (or 0xA26365) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 65. RGB value is (162,99,101). Sum of RGB (Red+Green+Blue) = 162+99+101=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A26365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26365 is #5D9C9A. Grayscale: #767676. Windows color (decimal): -6134939 or 6644642. OLE color: 6644642.

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

Color convert

RGB16299101-
CMYK00.390.380.36
HSL358.1º25.3%51.18%-
HSV(B)358.1º38.89%63.53%-
XYZ21.7117.5414.55-
YUV118.06118.37159.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=44.75%
G=27.35%
B=27.90%

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
Decimal1629910100.390.380.36358.125.351.18
HexA2636502726241661933
Octal24214314504746445463163
Binary1010001011000111100101010011110011010010010110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26365; }

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

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

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

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

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

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

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

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