#AD9877

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

Shades of Bronco #AD9877

Tints of Bronco #AD9877

Color information

#AD9877 (or 0xAD9877) is unknown color: approx Bronco. HEX triplet: AD, 98 and 77. RGB value is (173,152,119). Sum of RGB (Red+Green+Blue) = 173+152+119=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9877 is #526788. Grayscale: #9A9A9A. Windows color (decimal): -5400457 or 7837869. OLE color: 7837869.

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

Color convert

RGB173152119-
CMYK00.120.310.32
HSL36.67º24.77%57.25%-
HSV(B)36.67º31.21%67.84%-
XYZ31.7932.6722.08-
YUV154.52107.96141.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=38.96%
G=34.23%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315211900.120.310.3236.6724.7757.25
HexAD98770C1F20251939
Octal2552301670143740453171
Binary10101101100110001110111011001111110000010010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9877; }

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

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

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

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

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

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

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

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