#A76274

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

Shades of Turkish Rose #A76274

Tints of Turkish Rose #A76274

Color information

#A76274 (or 0xA76274) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 74. RGB value is (167,98,116). Sum of RGB (Red+Green+Blue) = 167+98+116=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A76274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76274 is #589D8B. Grayscale: #787878. Windows color (decimal): -5807500 or 7627431. OLE color: 7627431.

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

Color convert

RGB16798116-
CMYK00.410.310.35
HSL344.35º28.16%51.96%-
HSV(B)344.35º41.32%65.49%-
XYZ23.4618.2118.8-
YUV120.68125.36161.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=43.83%
G=25.72%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679811600.410.310.35344.3528.1651.96
HexA762740291F231581c34
Octal24714216405137435303464
Binary101001111100010111010001010011111110001110101100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76274; }

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

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

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

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

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

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

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

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