#AD9D7D

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

Shades of Bronco #AD9D7D

Tints of Bronco #AD9D7D

Color information

#AD9D7D (or 0xAD9D7D) is unknown color: approx Bronco. HEX triplet: AD, 9D and 7D. RGB value is (173,157,125). Sum of RGB (Red+Green+Blue) = 173+157+125=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D7D is #526282. Grayscale: #9E9E9E. Windows color (decimal): -5399171 or 8232365. OLE color: 8232365.

HSL color Cylindrical-coordinate representation of color #AD9D7D: hue angle of 40º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9D7D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173157125-
CMYK00.090.280.32
HSL40º22.64%58.43%-
HSV(B)40º27.75%67.84%-
XYZ32.9934.4824.32-
YUV158.14109.3138.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=38.02%
G=34.51%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315712500.090.280.324022.6458.43
HexAD9D7D091C2028173a
Octal2552351750113440502772
Binary10101101100111011111101010011110010000010100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D7D; }

 p { color: rgb(173,157,125); }

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

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

 a { background-color: rgb(173,157,125); }

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

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

 span { border-color: rgb(173,157,125); }

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