#AB827A

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

Shades of Brandy Rose #AB827A

Tints of Brandy Rose #AB827A

Color information

#AB827A (or 0xAB827A) is unknown color: approx Brandy Rose. HEX triplet: AB, 82 and 7A. RGB value is (171,130,122). Sum of RGB (Red+Green+Blue) = 171+130+122=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB827A is #547D85. Grayscale: #8D8D8D. Windows color (decimal): -5537158 or 8028843. OLE color: 8028843.

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

Color convert

RGB171130122-
CMYK00.240.290.33
HSL9.8º22.58%57.45%-
HSV(B)9.8º28.65%67.06%-
XYZ28.2926.0321.95-
YUV141.35117.08149.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=40.43%
G=30.73%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113012200.240.290.339.822.5857.45
HexAB827A0181D21a1739
Octal2532021720303541122771
Binary1010101110000010111101001100011101100001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB827A; }

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

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

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

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

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

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

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

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