#AC7677

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

Shades of Turkish Rose #AC7677

Tints of Turkish Rose #AC7677

Color information

#AC7677 (or 0xAC7677) is unknown color: approx Turkish Rose. HEX triplet: AC, 76 and 77. RGB value is (172,118,119). Sum of RGB (Red+Green+Blue) = 172+118+119=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7677 is #538988. Grayscale: #868686. Windows color (decimal): -5474697 or 7829164. OLE color: 7829164.

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

Color convert

RGB172118119-
CMYK00.310.310.33
HSL358.89º24.55%56.86%-
HSV(B)358.89º31.4%67.45%-
XYZ26.8223.0620.49-
YUV134.26119.39154.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=42.05%
G=28.85%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211811900.310.310.33358.8924.5556.86
HexAC767701F1F211671939
Octal25416616703737415473171
Binary10101100111011011101110111111111110000110110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7677; }

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

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

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

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

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

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

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

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