#AB9B7A

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

Shades of Bronco #AB9B7A

Tints of Bronco #AB9B7A

Color information

#AB9B7A (or 0xAB9B7A) is unknown color: approx Bronco. HEX triplet: AB, 9B and 7A. RGB value is (171,155,122). Sum of RGB (Red+Green+Blue) = 171+155+122=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B7A is #546485. Grayscale: #9C9C9C. Windows color (decimal): -5530758 or 8035243. OLE color: 8035243.

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

Color convert

RGB171155122-
CMYK00.090.290.33
HSL40.41º22.58%57.45%-
HSV(B)40.41º28.65%67.06%-
XYZ32.0333.5123.19-
YUV156.02108.8138.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=38.17%
G=34.60%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115512200.090.290.3340.4122.5857.45
HexAB9B7A091D21281739
Octal2532331720113541502771
Binary10101011100110111111010010011110110000110100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B7A; }

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

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

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

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

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

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

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

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