#AD987A

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

Shades of Bronco #AD987A

Tints of Bronco #AD987A

Color information

#AD987A (or 0xAD987A) is unknown color: approx Bronco. HEX triplet: AD, 98 and 7A. RGB value is (173,152,122). Sum of RGB (Red+Green+Blue) = 173+152+122=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD987A is #526785. Grayscale: #9A9A9A. Windows color (decimal): -5400454 or 8034477. OLE color: 8034477.

HSL color Cylindrical-coordinate representation of color #AD987A: hue angle of 35.29º degrees, saturation: 0.24, 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 #AD987A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173152122-
CMYK00.120.290.32
HSL35.29º23.72%57.84%-
HSV(B)35.29º29.48%67.84%-
XYZ31.9732.7523.05-
YUV154.86109.46140.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=38.70%
G=34.00%
B=27.29%

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
Decimal17315212200.120.290.3235.2923.7257.84
HexAD987A0C1D2023183a
Octal2552301720143540433072
Binary10101101100110001111010011001110110000010001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD987A; }

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

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

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

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

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

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

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

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