#AC8983

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

Shades of Brandy Rose #AC8983

Tints of Brandy Rose #AC8983

Color information

#AC8983 (or 0xAC8983) is unknown color: approx Brandy Rose. HEX triplet: AC, 89 and 83. RGB value is (172,137,131). Sum of RGB (Red+Green+Blue) = 172+137+131=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8983 is #53767C. Grayscale: #929292. Windows color (decimal): -5469821 or 8620460. OLE color: 8620460.

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

Color convert

RGB172137131-
CMYK00.200.240.33
HSL8.78º19.81%59.41%-
HSV(B)8.78º23.84%67.45%-
XYZ30.0628.325.35-
YUV146.78119.1145.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=39.09%
G=31.14%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213713100.200.240.338.7819.8159.41
HexAC898301418219143b
Octal2542112030243041112473
Binary10101100100010011000001101010011000100001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8983; }

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

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

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

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

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

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

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

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