#A26069

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

Shades of Turkish Rose #A26069

Tints of Turkish Rose #A26069

Color information

#A26069 (or 0xA26069) is unknown color: approx Turkish Rose. HEX triplet: A2, 60 and 69. RGB value is (162,96,105). Sum of RGB (Red+Green+Blue) = 162+96+105=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A26069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26069 is #5D9F96. Grayscale: #747474. Windows color (decimal): -6135703 or 6906018. OLE color: 6906018.

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

Color convert

RGB16296105-
CMYK00.410.350.36
HSL351.82º26.19%50.59%-
HSV(B)351.82º40.74%63.53%-
XYZ21.6317.0715.52-
YUV116.76121.37160.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=44.63%
G=26.45%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629610500.410.350.36351.8226.1950.59
HexA2606902923241601a33
Octal24214015105143445403263
Binary1010001011000001101001010100110001110010010110000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26069; }

 p { color: rgb(162,96,105); }

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

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

 a { background-color: rgb(162,96,105); }

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

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

 span { border-color: rgb(162,96,105); }

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