#AB8375

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

Shades of Brandy Rose #AB8375

Tints of Brandy Rose #AB8375

Color information

#AB8375 (or 0xAB8375) is unknown color: approx Brandy Rose. HEX triplet: AB, 83 and 75. RGB value is (171,131,117). Sum of RGB (Red+Green+Blue) = 171+131+117=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8375 is #547C8A. Grayscale: #8D8D8D. Windows color (decimal): -5536907 or 7701419. OLE color: 7701419.

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

Color convert

RGB171131117-
CMYK00.230.320.33
HSL15.56º24.32%56.47%-
HSV(B)15.56º31.58%67.06%-
XYZ28.1226.1720.4-
YUV141.36114.25149.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=40.81%
G=31.26%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113111700.230.320.3315.5624.3256.47
HexAB83750172021101838
Octal2532031650274041203070
Binary101010111000001111101010101111000001000011000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8375; }

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

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

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

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

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

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

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

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