#AD9981

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

Shades of Bronco #AD9981

Tints of Bronco #AD9981

Color information

#AD9981 (or 0xAD9981) is unknown color: approx Bronco. HEX triplet: AD, 99 and 81. RGB value is (173,153,129). Sum of RGB (Red+Green+Blue) = 173+153+129=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9981 is #52667E. Grayscale: #9C9C9C. Windows color (decimal): -5400191 or 8493485. OLE color: 8493485.

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

Color convert

RGB173153129-
CMYK00.120.250.32
HSL32.73º21.15%59.22%-
HSV(B)32.73º25.43%67.84%-
XYZ32.5933.2525.47-
YUV156.24112.63139.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=38.02%
G=33.63%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315312900.120.250.3232.7321.1559.22
HexAD99810C192021153b
Octal2552312010143140412573
Binary101011011001100110000001011001100110000010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9981; }

 p { color: rgb(173,153,129); }

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

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

 a { background-color: rgb(173,153,129); }

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

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

 span { border-color: rgb(173,153,129); }

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