#AD9874

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

Shades of Bronco #AD9874

Tints of Bronco #AD9874

Color information

#AD9874 (or 0xAD9874) is unknown color: approx Bronco. HEX triplet: AD, 98 and 74. RGB value is (173,152,116). Sum of RGB (Red+Green+Blue) = 173+152+116=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9874 is #52678B. Grayscale: #9A9A9A. Windows color (decimal): -5400460 or 7641261. OLE color: 7641261.

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

Color convert

RGB173152116-
CMYK00.120.330.32
HSL37.89º25.79%56.67%-
HSV(B)37.89º32.95%67.84%-
XYZ31.6132.621.15-
YUV154.17106.46141.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=39.23%
G=34.47%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315211600.120.330.3237.8925.7956.67
HexAD98740C2120261a39
Octal2552301640144140463271
Binary101011011001100011101000110010000110000010011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9874; }

 p { color: rgb(173,152,116); }

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

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

 a { background-color: rgb(173,152,116); }

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

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

 span { border-color: rgb(173,152,116); }

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