#AC8179

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

Shades of Brandy Rose #AC8179

Tints of Brandy Rose #AC8179

Color information

#AC8179 (or 0xAC8179) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 79. RGB value is (172,129,121). Sum of RGB (Red+Green+Blue) = 172+129+121=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8179 is #537E86. Grayscale: #8D8D8D. Windows color (decimal): -5471879 or 7963052. OLE color: 7963052.

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

Color convert

RGB172129121-
CMYK00.250.300.33
HSL9.41º23.5%57.45%-
HSV(B)9.41º29.65%67.45%-
XYZ28.3125.8521.59-
YUV140.94116.75150.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=40.76%
G=30.57%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212912100.250.300.339.4123.557.45
HexAC81790191E2191839
Octal2542011710313641113071
Binary1010110010000001111100101100111110100001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8179; }

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

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

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

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

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

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

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

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