#AD9B81

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

Shades of Bronco #AD9B81

Tints of Bronco #AD9B81

Color information

#AD9B81 (or 0xAD9B81) is unknown color: approx Bronco. HEX triplet: AD, 9B and 81. RGB value is (173,155,129). Sum of RGB (Red+Green+Blue) = 173+155+129=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B81 is #52647E. Grayscale: #9D9D9D. Windows color (decimal): -5399679 or 8493997. OLE color: 8493997.

HSL color Cylindrical-coordinate representation of color #AD9B81: hue angle of 35.45º 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 #AD9B81 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB173155129-
CMYK00.100.250.32
HSL35.45º21.15%59.22%-
HSV(B)35.45º25.43%67.84%-
XYZ32.9233.9125.58-
YUV157.42111.96139.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=37.86%
G=33.92%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315512900.100.250.3235.4521.1559.22
HexAD9B810A192023153b
Octal2552332010123140432573
Binary101011011001101110000001010101100110000010001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9B81; }

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

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

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

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

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

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

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

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