#AB8575

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

Shades of Brandy Rose #AB8575

Tints of Brandy Rose #AB8575

Color information

#AB8575 (or 0xAB8575) is unknown color: approx Brandy Rose. HEX triplet: AB, 85 and 75. RGB value is (171,133,117). Sum of RGB (Red+Green+Blue) = 171+133+117=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8575 is #547A8A. Grayscale: #8E8E8E. Windows color (decimal): -5536395 or 7701931. OLE color: 7701931.

HSL color Cylindrical-coordinate representation of color #AB8575: hue angle of 17.78º 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 #AB8575 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171133117-
CMYK00.220.320.33
HSL17.78º24.32%56.47%-
HSV(B)17.78º31.58%67.06%-
XYZ28.3926.7220.49-
YUV142.54113.59148.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=40.62%
G=31.59%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113311700.220.320.3317.7824.3256.47
HexAB85750162021121838
Octal2532051650264041223070
Binary101010111000010111101010101101000001000011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8575; }

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

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

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

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

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

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

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

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