#A67276

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

Shades of Turkish Rose #A67276

Tints of Turkish Rose #A67276

Color information

#A67276 (or 0xA67276) is unknown color: approx Turkish Rose. HEX triplet: A6, 72 and 76. RGB value is (166,114,118). Sum of RGB (Red+Green+Blue) = 166+114+118=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A67276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67276 is #598D89. Grayscale: #828282. Windows color (decimal): -5868938 or 7762598. OLE color: 7762598.

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

Color convert

RGB166114118-
CMYK00.310.290.35
HSL355.38º22.61%54.9%-
HSV(B)355.38º31.33%65.1%-
XYZ25.0121.4519.96-
YUV130121.23153.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=41.71%
G=28.64%
B=29.65%

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
Decimal16611411800.310.290.35355.3822.6154.9
HexA6727601F1D231631737
Octal24616216603735435432767
Binary10100110111001011101100111111110110001110110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67276; }

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

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

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

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

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

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

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

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