#A67172

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

Shades of Turkish Rose #A67172

Tints of Turkish Rose #A67172

Color information

#A67172 (or 0xA67172) is unknown color: approx Turkish Rose. HEX triplet: A6, 71 and 72. RGB value is (166,113,114). Sum of RGB (Red+Green+Blue) = 166+113+114=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A67172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67172 is #598E8D. Grayscale: #818181. Windows color (decimal): -5869198 or 7500198. OLE color: 7500198.

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

Color convert

RGB166113114-
CMYK00.320.310.35
HSL358.87º22.94%54.71%-
HSV(B)358.87º31.93%65.1%-
XYZ24.6721.1318.7-
YUV128.96119.56154.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=42.24%
G=28.75%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611311400.320.310.35358.8722.9454.71
HexA671720201F231671737
Octal24616116204037435472767
Binary101001101110001111001001000001111110001110110011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67172; }

 p { color: rgb(166,113,114); }

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

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

 a { background-color: rgb(166,113,114); }

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

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

 span { border-color: rgb(166,113,114); }

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