#AD9D85

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

Shades of Bronco #AD9D85

Tints of Bronco #AD9D85

Color information

#AD9D85 (or 0xAD9D85) is unknown color: approx Bronco. HEX triplet: AD, 9D and 85. RGB value is (173,157,133). Sum of RGB (Red+Green+Blue) = 173+157+133=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D85 is #52627A. Grayscale: #9F9F9F. Windows color (decimal): -5399163 or 8756653. OLE color: 8756653.

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

Color convert

RGB173157133-
CMYK00.090.230.32
HSL36º19.61%60%-
HSV(B)36º23.12%67.84%-
XYZ33.5234.6927.12-
YUV159.05113.3137.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=37.37%
G=33.91%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315713300.090.230.323619.6160
HexAD9D8509172024143c
Octal2552352050112740442474
Binary101011011001110110000101010011011110000010010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D85; }

 p { color: rgb(173,157,133); }

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

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

 a { background-color: rgb(173,157,133); }

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

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

 span { border-color: rgb(173,157,133); }

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