#AB837A

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

Shades of Brandy Rose #AB837A

Tints of Brandy Rose #AB837A

Color information

#AB837A (or 0xAB837A) is unknown color: approx Brandy Rose. HEX triplet: AB, 83 and 7A. RGB value is (171,131,122). Sum of RGB (Red+Green+Blue) = 171+131+122=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837A is #547C85. Grayscale: #8E8E8E. Windows color (decimal): -5536902 or 8029099. OLE color: 8029099.

HSL color Cylindrical-coordinate representation of color #AB837A: hue angle of 11.02º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB837A is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171131122-
CMYK00.230.290.33
HSL11.02º22.58%57.45%-
HSV(B)11.02º28.65%67.06%-
XYZ28.4226.321.99-
YUV141.93116.75148.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=40.33%
G=30.90%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113112200.230.290.3311.0222.5857.45
HexAB837A0171D21b1739
Octal2532031720273541132771
Binary1010101110000011111101001011111101100001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB837A; }

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

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

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

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

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

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

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

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