#AD9776

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

Shades of Bronco #AD9776

Tints of Bronco #AD9776

Color information

#AD9776 (or 0xAD9776) is unknown color: approx Bronco. HEX triplet: AD, 97 and 76. RGB value is (173,151,118). Sum of RGB (Red+Green+Blue) = 173+151+118=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9776 is #526889. Grayscale: #999999. Windows color (decimal): -5400714 or 7772077. OLE color: 7772077.

HSL color Cylindrical-coordinate representation of color #AD9776: hue angle of 36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9776 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB173151118-
CMYK00.130.320.32
HSL36º25.11%57.06%-
HSV(B)36º31.79%67.84%-
XYZ31.5732.3321.72-
YUV153.82107.79141.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=39.14%
G=34.16%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315111800.130.320.323625.1157.06
HexAD97760D2020241939
Octal2552271660154040443171
Binary101011011001011111101100110110000010000010010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9776; }

 p { color: rgb(173,151,118); }

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

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

 a { background-color: rgb(173,151,118); }

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

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

 span { border-color: rgb(173,151,118); }

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