#AC8280

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

Shades of Brandy Rose #AC8280

Tints of Brandy Rose #AC8280

Color information

#AC8280 (or 0xAC8280) is unknown color: approx Brandy Rose. HEX triplet: AC, 82 and 80. RGB value is (172,130,128). Sum of RGB (Red+Green+Blue) = 172+130+128=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8280 is #537D7F. Grayscale: #8E8E8E. Windows color (decimal): -5471616 or 8422060. OLE color: 8422060.

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

Color convert

RGB172130128-
CMYK00.240.260.33
HSL2.73º20.95%58.82%-
HSV(B)2.73º25.58%67.45%-
XYZ28.8926.2923.97-
YUV142.33119.91149.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=40%
G=30.23%
B=29.77%

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
Decimal17213012800.240.260.332.7320.9558.82
HexAC82800181A213153b
Octal254202200030324132573
Binary101011001000001010000000011000110101000011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8280; }

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

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

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

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

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

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

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

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