#A67376

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

Shades of Turkish Rose #A67376

Tints of Turkish Rose #A67376

Color information

#A67376 (or 0xA67376) is unknown color: approx Turkish Rose. HEX triplet: A6, 73 and 76. RGB value is (166,115,118). Sum of RGB (Red+Green+Blue) = 166+115+118=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67376 is #598C89. Grayscale: #828282. Windows color (decimal): -5868682 or 7762854. OLE color: 7762854.

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

Color convert

RGB166115118-
CMYK00.310.290.35
HSL356.47º22.27%55.1%-
HSV(B)356.47º30.72%65.1%-
XYZ25.1321.6820-
YUV130.59120.9153.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=41.60%
G=28.82%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611511800.310.290.35356.4722.2755.1
HexA6737601F1D231641637
Octal24616316603735435442667
Binary10100110111001111101100111111110110001110110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67376; }

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

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

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

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

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

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

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

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