#A8807C

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

Shades of Brandy Rose #A8807C

Tints of Brandy Rose #A8807C

Color information

#A8807C (or 0xA8807C) is unknown color: approx Brandy Rose. HEX triplet: A8, 80 and 7C. RGB value is (168,128,124). Sum of RGB (Red+Green+Blue) = 168+128+124=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A8807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8807C is #577F83. Grayscale: #8B8B8B. Windows color (decimal): -5734276 or 8159400. OLE color: 8159400.

HSL color Cylindrical-coordinate representation of color #A8807C: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8807C is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168128124-
CMYK00.240.260.34
HSL5.45º20.18%57.25%-
HSV(B)5.45º26.19%65.88%-
XYZ27.5125.2222.49-
YUV139.5119.25148.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=40%
G=30.48%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812812400.240.260.345.4520.1857.25
HexA8807C0181A2251439
Octal250200174030324252471
Binary101010001000000011111000110001101010001010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8807C; }

 p { color: rgb(168,128,124); }

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

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

 a { background-color: rgb(168,128,124); }

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

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

 span { border-color: rgb(168,128,124); }

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