#A67073

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

Shades of Turkish Rose #A67073

Tints of Turkish Rose #A67073

Color information

#A67073 (or 0xA67073) is unknown color: approx Turkish Rose. HEX triplet: A6, 70 and 73. RGB value is (166,112,115). Sum of RGB (Red+Green+Blue) = 166+112+115=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A67073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67073 is #598F8C. Grayscale: #808080. Windows color (decimal): -5869453 or 7565478. OLE color: 7565478.

HSL color Cylindrical-coordinate representation of color #A67073: hue angle of 356.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67073 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166112115-
CMYK00.330.310.35
HSL356.67º23.28%54.51%-
HSV(B)356.67º32.53%65.1%-
XYZ24.6120.9318.96-
YUV128.49120.39154.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=42.24%
G=28.50%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611211500.330.310.35356.6723.2854.51
HexA670730211F231651737
Octal24616016304137435452767
Binary101001101110000111001101000011111110001110110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67073; }

 p { color: rgb(166,112,115); }

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

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

 a { background-color: rgb(166,112,115); }

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

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

 span { border-color: rgb(166,112,115); }

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