#AC8984

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

Shades of Brandy Rose #AC8984

Tints of Brandy Rose #AC8984

Color information

#AC8984 (or 0xAC8984) is unknown color: approx Brandy Rose. HEX triplet: AC, 89 and 84. RGB value is (172,137,132). Sum of RGB (Red+Green+Blue) = 172+137+132=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8984 is #53767B. Grayscale: #929292. Windows color (decimal): -5469820 or 8685996. OLE color: 8685996.

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

Color convert

RGB172137132-
CMYK00.200.230.33
HSL7.5º19.42%59.61%-
HSV(B)7.5º23.26%67.45%-
XYZ30.1228.3325.71-
YUV146.89119.6145.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=39.00%
G=31.07%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213713200.200.230.337.519.4259.61
HexAC898401417218133c
Octal2542112040242741102374
Binary10101100100010011000010001010010111100001100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8984; }

 p { color: rgb(172,137,132); }

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

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

 a { background-color: rgb(172,137,132); }

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

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

 span { border-color: rgb(172,137,132); }

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