#AB8075

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

Shades of Brandy Rose #AB8075

Tints of Brandy Rose #AB8075

Color information

#AB8075 (or 0xAB8075) is unknown color: approx Brandy Rose. HEX triplet: AB, 80 and 75. RGB value is (171,128,117). Sum of RGB (Red+Green+Blue) = 171+128+117=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8075 is #547F8A. Grayscale: #8B8B8B. Windows color (decimal): -5537675 or 7700651. OLE color: 7700651.

HSL color Cylindrical-coordinate representation of color #AB8075: hue angle of 12.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8075 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171128117-
CMYK00.250.320.33
HSL12.22º24.32%56.47%-
HSV(B)12.22º31.58%67.06%-
XYZ27.7225.3820.27-
YUV139.6115.25150.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=41.11%
G=30.77%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112811700.250.320.3312.2224.3256.47
HexAB80750192021c1838
Octal2532001650314041143070
Binary10101011100000001110101011001100000100001110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8075; }

 p { color: rgb(171,128,117); }

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

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

 a { background-color: rgb(171,128,117); }

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

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

 span { border-color: rgb(171,128,117); }

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