#A88679

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

Shades of Brandy Rose #A88679

Tints of Brandy Rose #A88679

Color information

#A88679 (or 0xA88679) is unknown color: approx Brandy Rose. HEX triplet: A8, 86 and 79. RGB value is (168,134,121). Sum of RGB (Red+Green+Blue) = 168+134+121=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A88679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88679 is #577986. Grayscale: #8E8E8E. Windows color (decimal): -5732743 or 7964328. OLE color: 7964328.

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

Color convert

RGB168134121-
CMYK00.200.280.34
HSL16.6º21.27%56.67%-
HSV(B)16.6º27.98%65.88%-
XYZ28.1226.7621.77-
YUV142.68115.76146.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=39.72%
G=31.68%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813412100.200.280.3416.621.2756.67
HexA886790141C22111539
Octal2502061710243442212571
Binary10101000100001101111001010100111001000101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88679; }

 p { color: rgb(168,134,121); }

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

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

 a { background-color: rgb(168,134,121); }

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

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

 span { border-color: rgb(168,134,121); }

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