#AC8375

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

Shades of Brandy Rose #AC8375

Tints of Brandy Rose #AC8375

Color information

#AC8375 (or 0xAC8375) is unknown color: approx Brandy Rose. HEX triplet: AC, 83 and 75. RGB value is (172,131,117). Sum of RGB (Red+Green+Blue) = 172+131+117=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8375 is #537C8A. Grayscale: #8D8D8D. Windows color (decimal): -5471371 or 7701420. OLE color: 7701420.

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

Color convert

RGB172131117-
CMYK00.240.320.33
HSL15.27º24.89%56.67%-
HSV(B)15.27º31.98%67.45%-
XYZ28.3426.2920.41-
YUV141.66114.08149.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=40.95%
G=31.19%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213111700.240.320.3315.2724.8956.67
HexAC83750182021f1939
Octal2542031650304041173171
Binary10101100100000111110101011000100000100001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8375; }

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

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

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

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

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

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

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

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