#AB9782

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

Shades of Bronco #AB9782

Tints of Bronco #AB9782

Color information

#AB9782 (or 0xAB9782) is unknown color: approx Bronco. HEX triplet: AB, 97 and 82. RGB value is (171,151,130). Sum of RGB (Red+Green+Blue) = 171+151+130=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9782 is #54687D. Grayscale: #9A9A9A. Windows color (decimal): -5531774 or 8558507. OLE color: 8558507.

HSL color Cylindrical-coordinate representation of color #AB9782: hue angle of 30.73º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9782 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB171151130-
CMYK00.120.240.33
HSL30.73º19.62%59.02%-
HSV(B)30.73º23.98%67.06%-
XYZ31.8932.425.69-
YUV154.59114.13139.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=37.83%
G=33.41%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115113000.120.240.3330.7319.6259.02
HexAB97820C18211f143b
Octal2532272020143041372473
Binary10101011100101111000001001100110001000011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9782; }

 p { color: rgb(171,151,130); }

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

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

 a { background-color: rgb(171,151,130); }

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

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

 span { border-color: rgb(171,151,130); }

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