#A76674

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

Shades of Turkish Rose #A76674

Tints of Turkish Rose #A76674

Color information

#A76674 (or 0xA76674) is unknown color: approx Turkish Rose. HEX triplet: A7, 66 and 74. RGB value is (167,102,116). Sum of RGB (Red+Green+Blue) = 167+102+116=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A76674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76674 is #58998B. Grayscale: #7B7B7B. Windows color (decimal): -5806476 or 7628455. OLE color: 7628455.

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

Color convert

RGB167102116-
CMYK00.390.310.35
HSL347.08º26.97%52.75%-
HSV(B)347.08º38.92%65.49%-
XYZ23.8418.9818.93-
YUV123.03124.03159.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=43.38%
G=26.49%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710211600.390.310.35347.0826.9752.75
HexA766740271F2315b1b35
Octal24714616404737435333365
Binary101001111100110111010001001111111110001110101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76674; }

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

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

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

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

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

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

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

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