#AB9B7C

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

Shades of Bronco #AB9B7C

Tints of Bronco #AB9B7C

Color information

#AB9B7C (or 0xAB9B7C) is unknown color: approx Bronco. HEX triplet: AB, 9B and 7C. RGB value is (171,155,124). Sum of RGB (Red+Green+Blue) = 171+155+124=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B7C is #546483. Grayscale: #9C9C9C. Windows color (decimal): -5530756 or 8166315. OLE color: 8166315.

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

Color convert

RGB171155124-
CMYK00.090.270.33
HSL39.57º21.86%57.84%-
HSV(B)39.57º27.49%67.06%-
XYZ32.1533.5623.85-
YUV156.25109.8138.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=38%
G=34.44%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115512400.090.270.3339.5721.8657.84
HexAB9B7C091B2128163a
Octal2532331740113341502672
Binary10101011100110111111100010011101110000110100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B7C; }

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

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

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

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

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

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

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

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