#A26974

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

Shades of Turkish Rose #A26974

Tints of Turkish Rose #A26974

Color information

#A26974 (or 0xA26974) is unknown color: approx Turkish Rose. HEX triplet: A2, 69 and 74. RGB value is (162,105,116). Sum of RGB (Red+Green+Blue) = 162+105+116=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A26974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26974 is #5D968B. Grayscale: #7B7B7B. Windows color (decimal): -6133388 or 7629218. OLE color: 7629218.

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

Color convert

RGB162105116-
CMYK00.350.280.36
HSL348.42º23.46%52.35%-
HSV(B)348.42º35.19%63.53%-
XYZ23.119.0518.98-
YUV123.3123.88155.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=42.30%
G=27.42%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210511600.350.280.36348.4223.4652.35
HexA269740231C2415c1734
Octal24215116404334445342764
Binary101000101101001111010001000111110010010010101110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26974; }

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

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

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

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

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

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

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

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