#A67072

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

Shades of Turkish Rose #A67072

Tints of Turkish Rose #A67072

Color information

#A67072 (or 0xA67072) is unknown color: approx Turkish Rose. HEX triplet: A6, 70 and 72. RGB value is (166,112,114). Sum of RGB (Red+Green+Blue) = 166+112+114=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A67072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67072 is #598F8D. Grayscale: #808080. Windows color (decimal): -5869454 or 7499942. OLE color: 7499942.

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

Color convert

RGB166112114-
CMYK00.330.310.35
HSL357.78º23.28%54.51%-
HSV(B)357.78º32.53%65.1%-
XYZ24.5620.9118.66-
YUV128.37119.89154.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=42.35%
G=28.57%
B=29.08%

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
Decimal16611211400.330.310.35357.7823.2854.51
HexA670720211F231661737
Octal24616016204137435462767
Binary101001101110000111001001000011111110001110110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67072; }

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

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

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

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

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

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

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

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