#A78076

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

Shades of Brandy Rose #A78076

Tints of Brandy Rose #A78076

Color information

#A78076 (or 0xA78076) is unknown color: approx Brandy Rose. HEX triplet: A7, 80 and 76. RGB value is (167,128,118). Sum of RGB (Red+Green+Blue) = 167+128+118=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A78076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78076 is #587F89. Grayscale: #8A8A8A. Windows color (decimal): -5799818 or 7766183. OLE color: 7766183.

HSL color Cylindrical-coordinate representation of color #A78076: hue angle of 12.24º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A78076 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167128118-
CMYK00.230.290.35
HSL12.24º21.78%55.88%-
HSV(B)12.24º29.34%65.49%-
XYZ26.9324.9620.54-
YUV138.52116.42148.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=40.44%
G=30.99%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712811800.230.290.3512.2421.7855.88
HexA780760171D23c1638
Octal2472001660273543142670
Binary1010011110000000111011001011111101100011110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78076; }

 p { color: rgb(167,128,118); }

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

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

 a { background-color: rgb(167,128,118); }

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

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

 span { border-color: rgb(167,128,118); }

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