#AD987B

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

Shades of Bronco #AD987B

Tints of Bronco #AD987B

Color information

#AD987B (or 0xAD987B) is unknown color: approx Bronco. HEX triplet: AD, 98 and 7B. RGB value is (173,152,123). Sum of RGB (Red+Green+Blue) = 173+152+123=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD987B is #526784. Grayscale: #9B9B9B. Windows color (decimal): -5400453 or 8100013. OLE color: 8100013.

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

Color convert

RGB173152123-
CMYK00.120.290.32
HSL34.8º23.36%58.04%-
HSV(B)34.8º28.9%67.84%-
XYZ32.0432.7723.38-
YUV154.97109.96140.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=38.62%
G=33.93%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315212300.120.290.3234.823.3658.04
HexAD987B0C1D2023173a
Octal2552301730143540432772
Binary10101101100110001111011011001110110000010001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD987B; }

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

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

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

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

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

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

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

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