#AC7A7B

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

Shades of Turkish Rose #AC7A7B

Tints of Turkish Rose #AC7A7B

Color information

#AC7A7B (or 0xAC7A7B) is unknown color: approx Turkish Rose. HEX triplet: AC, 7A and 7B. RGB value is (172,122,123). Sum of RGB (Red+Green+Blue) = 172+122+123=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A7B is #538584. Grayscale: #898989. Windows color (decimal): -5473669 or 8092332. OLE color: 8092332.

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

Color convert

RGB172122123-
CMYK00.290.280.33
HSL358.8º23.15%57.65%-
HSV(B)358.8º29.07%67.45%-
XYZ27.5524.1221.94-
YUV137.06120.06152.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=41.25%
G=29.26%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212212300.290.280.33358.823.1557.65
HexAC7A7B01D1C21167173a
Octal25417217303534415472772
Binary10101100111101011110110111011110010000110110011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A7B; }

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

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

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

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

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

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

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

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