#A77276

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

Shades of Turkish Rose #A77276

Tints of Turkish Rose #A77276

Color information

#A77276 (or 0xA77276) is unknown color: approx Turkish Rose. HEX triplet: A7, 72 and 76. RGB value is (167,114,118). Sum of RGB (Red+Green+Blue) = 167+114+118=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A77276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77276 is #588D89. Grayscale: #828282. Windows color (decimal): -5803402 or 7762599. OLE color: 7762599.

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

Color convert

RGB167114118-
CMYK00.320.290.35
HSL355.47º23.14%55.1%-
HSV(B)355.47º31.74%65.49%-
XYZ25.2221.5619.97-
YUV130.3121.06154.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=41.85%
G=28.57%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711411800.320.290.35355.4723.1455.1
HexA772760201D231631737
Octal24716216604035435432767
Binary101001111110010111011001000001110110001110110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77276; }

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

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

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

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

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

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

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

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