#A78480

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

Shades of Brandy Rose #A78480

Tints of Brandy Rose #A78480

Color information

#A78480 (or 0xA78480) is unknown color: approx Brandy Rose. HEX triplet: A7, 84 and 80. RGB value is (167,132,128). Sum of RGB (Red+Green+Blue) = 167+132+128=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A78480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78480 is #587B7F. Grayscale: #8E8E8E. Windows color (decimal): -5798784 or 8422567. OLE color: 8422567.

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

Color convert

RGB167132128-
CMYK00.210.230.35
HSL6.15º18.14%57.84%-
HSV(B)6.15º23.35%65.49%-
XYZ28.0826.2824.01-
YUV142.01120.1145.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.11%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=39.11%
G=30.91%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713212800.210.230.356.1518.1457.84
HexA7848001517236123a
Octal247204200025274362272
Binary1010011110000100100000000101011011110001111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78480; }

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

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

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

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

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

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

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

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