#AD9777

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

Shades of Bronco #AD9777

Tints of Bronco #AD9777

Color information

#AD9777 (or 0xAD9777) is unknown color: approx Bronco. HEX triplet: AD, 97 and 77. RGB value is (173,151,119). Sum of RGB (Red+Green+Blue) = 173+151+119=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9777 is #526888. Grayscale: #9A9A9A. Windows color (decimal): -5400713 or 7837613. OLE color: 7837613.

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

Color convert

RGB173151119-
CMYK00.130.310.32
HSL35.56º24.77%57.25%-
HSV(B)35.56º31.21%67.84%-
XYZ31.6332.3522.03-
YUV153.93108.29141.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=39.05%
G=34.09%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315111900.130.310.3235.5624.7757.25
HexAD97770D1F20241939
Octal2552271670153740443171
Binary10101101100101111110111011011111110000010010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9777; }

 p { color: rgb(173,151,119); }

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

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

 a { background-color: rgb(173,151,119); }

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

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

 span { border-color: rgb(173,151,119); }

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