#AB8778

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

Shades of Brandy Rose #AB8778

Tints of Brandy Rose #AB8778

Color information

#AB8778 (or 0xAB8778) is unknown color: approx Brandy Rose. HEX triplet: AB, 87 and 78. RGB value is (171,135,120). Sum of RGB (Red+Green+Blue) = 171+135+120=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8778 is #547887. Grayscale: #909090. Windows color (decimal): -5535880 or 7899051. OLE color: 7899051.

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

Color convert

RGB171135120-
CMYK00.210.300.33
HSL17.65º23.29%57.06%-
HSV(B)17.65º29.82%67.06%-
XYZ28.8527.3421.53-
YUV144.05114.43147.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=40.14%
G=31.69%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113512000.210.300.3317.6523.2957.06
HexAB87780151E21121739
Octal2532071700253641222771
Binary10101011100001111111000010101111101000011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8778; }

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

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

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

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

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

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

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

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