#A26374

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

Shades of Turkish Rose #A26374

Tints of Turkish Rose #A26374

Color information

#A26374 (or 0xA26374) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 74. RGB value is (162,99,116). Sum of RGB (Red+Green+Blue) = 162+99+116=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A26374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26374 is #5D9C8B. Grayscale: #777777. Windows color (decimal): -6134924 or 7627682. OLE color: 7627682.

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

Color convert

RGB16299116-
CMYK00.390.280.36
HSL343.81º25.3%51.18%-
HSV(B)343.81º38.89%63.53%-
XYZ22.5117.8718.78-
YUV119.78125.87158.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=42.97%
G=26.26%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629911600.390.280.36343.8125.351.18
HexA263740271C241581933
Octal24214316404734445303163
Binary101000101100011111010001001111110010010010101100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26374; }

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

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

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

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

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

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

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

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