#AB9578

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

Shades of Bronco #AB9578

Tints of Bronco #AB9578

Color information

#AB9578 (or 0xAB9578) is unknown color: approx Bronco. HEX triplet: AB, 95 and 78. RGB value is (171,149,120). Sum of RGB (Red+Green+Blue) = 171+149+120=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9578 is #546A87. Grayscale: #989898. Windows color (decimal): -5532296 or 7902635. OLE color: 7902635.

HSL color Cylindrical-coordinate representation of color #AB9578: hue angle of 34.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9578 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB171149120-
CMYK00.130.300.33
HSL34.12º23.29%57.06%-
HSV(B)34.12º29.82%67.06%-
XYZ30.9331.5122.22-
YUV152.27109.79141.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=38.86%
G=33.86%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114912000.130.300.3334.1223.2957.06
HexAB95780D1E21221739
Octal2532251700153641422771
Binary10101011100101011111000011011111010000110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9578; }

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

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

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

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

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

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

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

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