#AC7B79

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

Shades of Brandy Rose #AC7B79

Tints of Brandy Rose #AC7B79

Color information

#AC7B79 (or 0xAC7B79) is unknown color: approx Brandy Rose. HEX triplet: AC, 7B and 79. RGB value is (172,123,121). Sum of RGB (Red+Green+Blue) = 172+123+121=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B79 is #538486. Grayscale: #898989. Windows color (decimal): -5473415 or 7961516. OLE color: 7961516.

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

Color convert

RGB172123121-
CMYK00.280.300.33
HSL2.35º23.5%57.45%-
HSV(B)2.35º29.65%67.45%-
XYZ27.5524.3221.33-
YUV137.42118.73152.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=41.35%
G=29.57%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212312100.280.300.332.3523.557.45
HexAC7B7901C1E2121839
Octal254173171034364123071
Binary1010110011110111111001011100111101000011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B79; }

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

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

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

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

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

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

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

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