#A88179

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

Shades of Brandy Rose #A88179

Tints of Brandy Rose #A88179

Color information

#A88179 (or 0xA88179) is unknown color: approx Brandy Rose. HEX triplet: A8, 81 and 79. RGB value is (168,129,121). Sum of RGB (Red+Green+Blue) = 168+129+121=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A88179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88179 is #577E86. Grayscale: #8B8B8B. Windows color (decimal): -5734023 or 7963048. OLE color: 7963048.

HSL color Cylindrical-coordinate representation of color #A88179: hue angle of 10.21º 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 #A88179 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB168129121-
CMYK00.230.280.34
HSL10.21º21.27%56.67%-
HSV(B)10.21º27.98%65.88%-
XYZ27.4525.4121.55-
YUV139.75117.42148.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=40.19%
G=30.86%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812912100.230.280.3410.2121.2756.67
HexA881790171C22a1539
Octal2502011710273442122571
Binary1010100010000001111100101011111100100010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88179; }

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

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

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

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

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

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

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

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