#AD9978

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

Shades of Bronco #AD9978

Tints of Bronco #AD9978

Color information

#AD9978 (or 0xAD9978) is unknown color: approx Bronco. HEX triplet: AD, 99 and 78. RGB value is (173,153,120). Sum of RGB (Red+Green+Blue) = 173+153+120=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9978 is #526687. Grayscale: #9B9B9B. Windows color (decimal): -5400200 or 7903661. OLE color: 7903661.

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

Color convert

RGB173153120-
CMYK00.120.310.32
HSL37.36º24.42%57.45%-
HSV(B)37.36º30.64%67.84%-
XYZ32.0133.0222.46-
YUV155.22108.13140.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=38.79%
G=34.30%
B=26.91%

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
Decimal17315312000.120.310.3237.3624.4257.45
HexAD99780C1F20251839
Octal2552311700143740453071
Binary10101101100110011111000011001111110000010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9978; }

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

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

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

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

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

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

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

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