#A78278

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

Shades of Brandy Rose #A78278

Tints of Brandy Rose #A78278

Color information

#A78278 (or 0xA78278) is unknown color: approx Brandy Rose. HEX triplet: A7, 82 and 78. RGB value is (167,130,120). Sum of RGB (Red+Green+Blue) = 167+130+120=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A78278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78278 is #587D87. Grayscale: #8C8C8C. Windows color (decimal): -5799304 or 7897767. OLE color: 7897767.

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

Color convert

RGB167130120-
CMYK00.220.280.35
HSL12.77º21.08%56.27%-
HSV(B)12.77º28.14%65.49%-
XYZ27.3125.5421.26-
YUV139.92116.76147.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=40.05%
G=31.18%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713012000.220.280.3512.7721.0856.27
HexA782780161C23d1538
Octal2472021700263443152570
Binary1010011110000010111100001011011100100011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78278; }

 p { color: rgb(167,130,120); }

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

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

 a { background-color: rgb(167,130,120); }

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

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

 span { border-color: rgb(167,130,120); }

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