#AC6667

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

Shades of Turkish Rose #AC6667

Tints of Turkish Rose #AC6667

Color information

#AC6667 (or 0xAC6667) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 67. RGB value is (172,102,103). Sum of RGB (Red+Green+Blue) = 172+102+103=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6667 is #539998. Grayscale: #7B7B7B. Windows color (decimal): -5478809 or 6776492. OLE color: 6776492.

HSL color Cylindrical-coordinate representation of color #AC6667: hue angle of 359.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6667 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172102103-
CMYK00.410.400.33
HSL359.14º29.66%53.73%-
HSV(B)359.14º40.7%67.45%-
XYZ24.2119.2515.27-
YUV123.04116.69162.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=45.62%
G=27.06%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210210300.410.400.33359.1429.6653.73
HexAC666702928211671e36
Octal25414614705150415473666
Binary1010110011001101100111010100110100010000110110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6667; }

 p { color: rgb(172,102,103); }

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

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

 a { background-color: rgb(172,102,103); }

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

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

 span { border-color: rgb(172,102,103); }

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