#AC8380

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

Shades of Brandy Rose #AC8380

Tints of Brandy Rose #AC8380

Color information

#AC8380 (or 0xAC8380) is unknown color: approx Brandy Rose. HEX triplet: AC, 83 and 80. RGB value is (172,131,128). Sum of RGB (Red+Green+Blue) = 172+131+128=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8380 is #537C7F. Grayscale: #8E8E8E. Windows color (decimal): -5471360 or 8422316. OLE color: 8422316.

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

Color convert

RGB172131128-
CMYK00.240.260.33
HSL4.09º20.95%58.82%-
HSV(B)4.09º25.58%67.45%-
XYZ29.0326.5624.02-
YUV142.92119.58148.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=39.91%
G=30.39%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213112800.240.260.334.0920.9558.82
HexAC83800181A214153b
Octal254203200030324142573
Binary1010110010000011100000000110001101010000110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8380; }

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

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

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

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

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

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

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

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