#AB8779

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

Shades of Brandy Rose #AB8779

Tints of Brandy Rose #AB8779

Color information

#AB8779 (or 0xAB8779) is unknown color: approx Brandy Rose. HEX triplet: AB, 87 and 79. RGB value is (171,135,121). Sum of RGB (Red+Green+Blue) = 171+135+121=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8779 is #547886. Grayscale: #909090. Windows color (decimal): -5535879 or 7964587. OLE color: 7964587.

HSL color Cylindrical-coordinate representation of color #AB8779: hue angle of 16.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8779 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171135121-
CMYK00.210.290.33
HSL16.8º22.94%57.25%-
HSV(B)16.8º29.24%67.06%-
XYZ28.9127.3721.85-
YUV144.17114.93147.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=40.05%
G=31.62%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113512100.210.290.3316.822.9457.25
HexAB87790151D21111739
Octal2532071710253541212771
Binary10101011100001111111001010101111011000011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8779; }

 p { color: rgb(171,135,121); }

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

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

 a { background-color: rgb(171,135,121); }

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

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

 span { border-color: rgb(171,135,121); }

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