#A26269

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

Shades of Turkish Rose #A26269

Tints of Turkish Rose #A26269

Color information

#A26269 (or 0xA26269) is unknown color: approx Turkish Rose. HEX triplet: A2, 62 and 69. RGB value is (162,98,105). Sum of RGB (Red+Green+Blue) = 162+98+105=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26269 is #5D9D96. Grayscale: #757575. Windows color (decimal): -6135191 or 6906530. OLE color: 6906530.

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

Color convert

RGB16298105-
CMYK00.400.350.36
HSL353.44º25.6%50.98%-
HSV(B)353.44º39.51%63.53%-
XYZ21.8217.4415.58-
YUV117.93120.7159.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=44.38%
G=26.85%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629810500.400.350.36353.4425.650.98
HexA2626902823241611a33
Octal24214215105043445413263
Binary1010001011000101101001010100010001110010010110000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26269; }

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

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

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

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

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

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

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

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