#AB967A

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

Shades of Bronco #AB967A

Tints of Bronco #AB967A

Color information

#AB967A (or 0xAB967A) is unknown color: approx Bronco. HEX triplet: AB, 96 and 7A. RGB value is (171,150,122). Sum of RGB (Red+Green+Blue) = 171+150+122=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB967A is #546985. Grayscale: #999999. Windows color (decimal): -5532038 or 8033963. OLE color: 8033963.

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

Color convert

RGB171150122-
CMYK00.120.290.33
HSL34.29º22.58%57.45%-
HSV(B)34.29º28.65%67.06%-
XYZ31.2131.8822.92-
YUV153.09110.46140.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=38.60%
G=33.86%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115012200.120.290.3334.2922.5857.45
HexAB967A0C1D21221739
Octal2532261720143541422771
Binary10101011100101101111010011001110110000110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB967A; }

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

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

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

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

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

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

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

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