#AB9882

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

Shades of Bronco #AB9882

Tints of Bronco #AB9882

Color information

#AB9882 (or 0xAB9882) is unknown color: approx Bronco. HEX triplet: AB, 98 and 82. RGB value is (171,152,130). Sum of RGB (Red+Green+Blue) = 171+152+130=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9882 is #54677D. Grayscale: #9B9B9B. Windows color (decimal): -5531518 or 8558763. OLE color: 8558763.

HSL color Cylindrical-coordinate representation of color #AB9882: hue angle of 32.2º 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 #AB9882 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB171152130-
CMYK00.110.240.33
HSL32.2º19.62%59.02%-
HSV(B)32.2º23.98%67.06%-
XYZ32.0532.7325.75-
YUV155.17113.79139.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=37.75%
G=33.55%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115213000.110.240.3332.219.6259.02
HexAB98820B182120143b
Octal2532302020133041402473
Binary101010111001100010000010010111100010000110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9882; }

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

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

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

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

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

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

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

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