#AD9979

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

Shades of Bronco #AD9979

Tints of Bronco #AD9979

Color information

#AD9979 (or 0xAD9979) is unknown color: approx Bronco. HEX triplet: AD, 99 and 79. RGB value is (173,153,121). Sum of RGB (Red+Green+Blue) = 173+153+121=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9979 is #526686. Grayscale: #9B9B9B. Windows color (decimal): -5400199 or 7969197. OLE color: 7969197.

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

Color convert

RGB173153121-
CMYK00.120.300.32
HSL36.92º24.07%57.65%-
HSV(B)36.92º30.06%67.84%-
XYZ32.0833.0522.78-
YUV155.33108.63140.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=38.70%
G=34.23%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315312100.120.300.3236.9224.0757.65
HexAD99790C1E2025183a
Octal2552311710143640453072
Binary10101101100110011111001011001111010000010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9979; }

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

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

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

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

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

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

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

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