#AB8682

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

Shades of Brandy Rose #AB8682

Tints of Brandy Rose #AB8682

Color information

#AB8682 (or 0xAB8682) is unknown color: approx Brandy Rose. HEX triplet: AB, 86 and 82. RGB value is (171,134,130). Sum of RGB (Red+Green+Blue) = 171+134+130=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8682 is #54797D. Grayscale: #909090. Windows color (decimal): -5536126 or 8554155. OLE color: 8554155.

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

Color convert

RGB171134130-
CMYK00.220.240.33
HSL5.85º19.62%59.02%-
HSV(B)5.85º23.98%67.06%-
XYZ29.3527.3224.85-
YUV144.61119.76146.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=39.31%
G=30.80%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113413000.220.240.335.8519.6259.02
HexAB868201618216143b
Octal253206202026304162473
Binary1010101110000110100000100101101100010000111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8682; }

 p { color: rgb(171,134,130); }

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

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

 a { background-color: rgb(171,134,130); }

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

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

 span { border-color: rgb(171,134,130); }

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