#AB7C7A

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

Shades of Brandy Rose #AB7C7A

Tints of Brandy Rose #AB7C7A

Color information

#AB7C7A (or 0xAB7C7A) is unknown color: approx Brandy Rose. HEX triplet: AB, 7C and 7A. RGB value is (171,124,122). Sum of RGB (Red+Green+Blue) = 171+124+122=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C7A is #548385. Grayscale: #898989. Windows color (decimal): -5538694 or 8027307. OLE color: 8027307.

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

Color convert

RGB171124122-
CMYK00.270.290.33
HSL2.45º22.58%57.45%-
HSV(B)2.45º28.65%67.06%-
XYZ27.5224.4821.69-
YUV137.82119.07151.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=41.01%
G=29.74%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112412200.270.290.332.4522.5857.45
HexAB7C7A01B1D2121739
Octal253174172033354122771
Binary1010101111111001111010011011111011000011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C7A; }

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

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

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

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

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

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

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

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