#A76672

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

Shades of Turkish Rose #A76672

Tints of Turkish Rose #A76672

Color information

#A76672 (or 0xA76672) is unknown color: approx Turkish Rose. HEX triplet: A7, 66 and 72. RGB value is (167,102,114). Sum of RGB (Red+Green+Blue) = 167+102+114=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A76672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76672 is #58998D. Grayscale: #7A7A7A. Windows color (decimal): -5806478 or 7497383. OLE color: 7497383.

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

Color convert

RGB167102114-
CMYK00.390.320.35
HSL348.92º26.97%52.75%-
HSV(B)348.92º38.92%65.49%-
XYZ23.7218.9318.32-
YUV122.8123.03159.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=43.60%
G=26.63%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710211400.390.320.35348.9226.9752.75
HexA76672027202315d1b35
Octal24714616204740435353365
Binary1010011111001101110010010011110000010001110101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76672; }

 p { color: rgb(167,102,114); }

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

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

 a { background-color: rgb(167,102,114); }

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

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

 span { border-color: rgb(167,102,114); }

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