#AB987F

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

Shades of Bronco #AB987F

Tints of Bronco #AB987F

Color information

#AB987F (or 0xAB987F) is unknown color: approx Bronco. HEX triplet: AB, 98 and 7F. RGB value is (171,152,127). Sum of RGB (Red+Green+Blue) = 171+152+127=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB987F is #546780. Grayscale: #9A9A9A. Windows color (decimal): -5531521 or 8362155. OLE color: 8362155.

HSL color Cylindrical-coordinate representation of color #AB987F: hue angle of 34.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB987F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB171152127-
CMYK00.110.260.33
HSL34.09º20.75%58.43%-
HSV(B)34.09º25.73%67.06%-
XYZ31.8532.6524.7-
YUV154.83112.29139.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 127 (50% from 255) = 28.22%
R=38%
G=33.78%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115212700.110.260.3334.0920.7558.43
HexAB987F0B1A2122153a
Octal2532301770133241422572
Binary10101011100110001111111010111101010000110001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB987F; }

 p { color: rgb(171,152,127); }

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

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

 a { background-color: rgb(171,152,127); }

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

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

 span { border-color: rgb(171,152,127); }

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