#AC7678

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

Shades of Turkish Rose #AC7678

Tints of Turkish Rose #AC7678

Color information

#AC7678 (or 0xAC7678) is unknown color: approx Turkish Rose. HEX triplet: AC, 76 and 78. RGB value is (172,118,120). Sum of RGB (Red+Green+Blue) = 172+118+120=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7678 is #538987. Grayscale: #868686. Windows color (decimal): -5474696 or 7894700. OLE color: 7894700.

HSL color Cylindrical-coordinate representation of color #AC7678: hue angle of 357.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC7678 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172118120-
CMYK00.310.300.33
HSL357.78º24.55%56.86%-
HSV(B)357.78º31.4%67.45%-
XYZ26.8823.0820.81-
YUV134.37119.89154.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=41.95%
G=28.78%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211812000.310.300.33357.7824.5556.86
HexAC767801F1E211661939
Octal25416617003736415463171
Binary10101100111011011110000111111111010000110110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7678; }

 p { color: rgb(172,118,120); }

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

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

 a { background-color: rgb(172,118,120); }

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

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

 span { border-color: rgb(172,118,120); }

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