#AD9C7F

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

Shades of Bronco #AD9C7F

Tints of Bronco #AD9C7F

Color information

#AD9C7F (or 0xAD9C7F) is unknown color: approx Bronco. HEX triplet: AD, 9C and 7F. RGB value is (173,156,127). Sum of RGB (Red+Green+Blue) = 173+156+127=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C7F is #526380. Grayscale: #9D9D9D. Windows color (decimal): -5399425 or 8363181. OLE color: 8363181.

HSL color Cylindrical-coordinate representation of color #AD9C7F: hue angle of 37.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9C7F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173156127-
CMYK00.100.270.32
HSL37.83º21.9%58.82%-
HSV(B)37.83º26.59%67.84%-
XYZ32.9534.1924.94-
YUV157.78110.63138.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 127 (50% from 255) = 27.85%
R=37.94%
G=34.21%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315612700.100.270.3237.8321.958.82
HexAD9C7F0A1B2026163b
Octal2552341770123340462673
Binary10101101100111001111111010101101110000010011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C7F; }

 p { color: rgb(173,156,127); }

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

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

 a { background-color: rgb(173,156,127); }

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

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

 span { border-color: rgb(173,156,127); }

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