#AD9679

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

Shades of Bronco #AD9679

Tints of Bronco #AD9679

Color information

#AD9679 (or 0xAD9679) is unknown color: approx Bronco. HEX triplet: AD, 96 and 79. RGB value is (173,150,121). Sum of RGB (Red+Green+Blue) = 173+150+121=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9679 is #526986. Grayscale: #999999. Windows color (decimal): -5400967 or 7968429. OLE color: 7968429.

HSL color Cylindrical-coordinate representation of color #AD9679: hue angle of 33.46º 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 #AD9679 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB173150121-
CMYK00.130.300.32
HSL33.46º24.07%57.65%-
HSV(B)33.46º30.06%67.84%-
XYZ31.5932.0822.62-
YUV153.57109.62141.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=38.96%
G=33.78%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315012100.130.300.3233.4624.0757.65
HexAD96790D1E2021183a
Octal2552261710153640413072
Binary10101101100101101111001011011111010000010000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9679; }

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

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

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

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

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

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

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

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