#AC7A7E

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

Shades of Turkish Rose #AC7A7E

Tints of Turkish Rose #AC7A7E

Color information

#AC7A7E (or 0xAC7A7E) is unknown color: approx Turkish Rose. HEX triplet: AC, 7A and 7E. RGB value is (172,122,126). Sum of RGB (Red+Green+Blue) = 172+122+126=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A7E is #538581. Grayscale: #898989. Windows color (decimal): -5473666 or 8288940. OLE color: 8288940.

HSL color Cylindrical-coordinate representation of color #AC7A7E: hue angle of 355.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7A7E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172122126-
CMYK00.290.270.33
HSL355.2º23.15%57.65%-
HSV(B)355.2º29.07%67.45%-
XYZ27.7424.222.95-
YUV137.41121.56152.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 126 (49.61% from 255) = 30%
R=40.95%
G=29.05%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212212600.290.270.33355.223.1557.65
HexAC7A7E01D1B21163173a
Octal25417217603533415432772
Binary10101100111101011111100111011101110000110110001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A7E; }

 p { color: rgb(172,122,126); }

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

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

 a { background-color: rgb(172,122,126); }

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

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

 span { border-color: rgb(172,122,126); }

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