#A26369

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

Shades of Turkish Rose #A26369

Tints of Turkish Rose #A26369

Color information

#A26369 (or 0xA26369) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 69. RGB value is (162,99,105). Sum of RGB (Red+Green+Blue) = 162+99+105=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A26369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26369 is #5D9C96. Grayscale: #767676. Windows color (decimal): -6134935 or 6906786. OLE color: 6906786.

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

Color convert

RGB16299105-
CMYK00.390.350.36
HSL354.29º25.3%51.18%-
HSV(B)354.29º38.89%63.53%-
XYZ21.9117.6215.61-
YUV118.52120.37159.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=44.26%
G=27.05%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629910500.390.350.36354.2925.351.18
HexA2636902723241621933
Octal24214315104743445423163
Binary1010001011000111101001010011110001110010010110001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26369; }

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

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

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

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

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

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

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

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