#AB8675

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

Shades of Brandy Rose #AB8675

Tints of Brandy Rose #AB8675

Color information

#AB8675 (or 0xAB8675) is unknown color: approx Brandy Rose. HEX triplet: AB, 86 and 75. RGB value is (171,134,117). Sum of RGB (Red+Green+Blue) = 171+134+117=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8675 is #54798A. Grayscale: #8F8F8F. Windows color (decimal): -5536139 or 7702187. OLE color: 7702187.

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

Color convert

RGB171134117-
CMYK00.220.320.33
HSL18.89º24.32%56.47%-
HSV(B)18.89º31.58%67.06%-
XYZ28.5326.9920.54-
YUV143.12113.26147.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=40.52%
G=31.75%
B=27.73%

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
Decimal17113411700.220.320.3318.8924.3256.47
HexAB86750162021131838
Octal2532061650264041233070
Binary101010111000011011101010101101000001000011001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8675; }

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

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

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

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

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

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

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

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