#AD9B7F

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

Shades of Bronco #AD9B7F

Tints of Bronco #AD9B7F

Color information

#AD9B7F (or 0xAD9B7F) is unknown color: approx Bronco. HEX triplet: AD, 9B and 7F. RGB value is (173,155,127). Sum of RGB (Red+Green+Blue) = 173+155+127=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B7F is #526480. Grayscale: #9D9D9D. Windows color (decimal): -5399681 or 8362925. OLE color: 8362925.

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

Color convert

RGB173155127-
CMYK00.100.270.32
HSL36.52º21.9%58.82%-
HSV(B)36.52º26.59%67.84%-
XYZ32.7933.8624.89-
YUV157.19110.96139.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 127 (50% from 255) = 27.91%
R=38.02%
G=34.07%
B=27.91%

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
Decimal17315512700.100.270.3236.5221.958.82
HexAD9B7F0A1B2025163b
Octal2552331770123340452673
Binary10101101100110111111111010101101110000010010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9B7F; }

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

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

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

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

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

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

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

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