#AB9574

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

Shades of Bronco #AB9574

Tints of Bronco #AB9574

Color information

#AB9574 (or 0xAB9574) is unknown color: approx Bronco. HEX triplet: AB, 95 and 74. RGB value is (171,149,116). Sum of RGB (Red+Green+Blue) = 171+149+116=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9574 is #546A8B. Grayscale: #979797. Windows color (decimal): -5532300 or 7640491. OLE color: 7640491.

HSL color Cylindrical-coordinate representation of color #AB9574: hue angle of 36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9574 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171149116-
CMYK00.130.320.33
HSL36º24.66%56.27%-
HSV(B)36º32.16%67.06%-
XYZ30.6931.4120.97-
YUV151.82107.79141.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=39.22%
G=34.17%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114911600.130.320.333624.6656.27
HexAB95740D2021241938
Octal2532251640154041443170
Binary101010111001010111101000110110000010000110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9574; }

 p { color: rgb(171,149,116); }

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

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

 a { background-color: rgb(171,149,116); }

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

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

 span { border-color: rgb(171,149,116); }

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