#A76277

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

Shades of Turkish Rose #A76277

Tints of Turkish Rose #A76277

Color information

#A76277 (or 0xA76277) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 77. RGB value is (167,98,119). Sum of RGB (Red+Green+Blue) = 167+98+119=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76277 is #589D88. Grayscale: #797979. Windows color (decimal): -5807497 or 7824039. OLE color: 7824039.

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

Color convert

RGB16798119-
CMYK00.410.290.35
HSL341.74º28.16%51.96%-
HSV(B)341.74º41.32%65.49%-
XYZ23.6318.2819.74-
YUV121.02126.86160.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=43.49%
G=25.52%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679811900.410.290.35341.7428.1651.96
HexA762770291D231561c34
Octal24714216705135435263464
Binary101001111100010111011101010011110110001110101011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76277; }

 p { color: rgb(167,98,119); }

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

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

 a { background-color: rgb(167,98,119); }

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

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

 span { border-color: rgb(167,98,119); }

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