#AD9C7E

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

Shades of Bronco #AD9C7E

Tints of Bronco #AD9C7E

Color information

#AD9C7E (or 0xAD9C7E) is unknown color: approx Bronco. HEX triplet: AD, 9C and 7E. RGB value is (173,156,126). Sum of RGB (Red+Green+Blue) = 173+156+126=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C7E is #526381. Grayscale: #9D9D9D. Windows color (decimal): -5399426 or 8297645. OLE color: 8297645.

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

Color convert

RGB173156126-
CMYK00.100.270.32
HSL38.3º22.27%58.63%-
HSV(B)38.3º27.17%67.84%-
XYZ32.8934.1724.6-
YUV157.66110.13138.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=38.02%
G=34.29%
B=27.69%

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
Decimal17315612600.100.270.3238.322.2758.63
HexAD9C7E0A1B2026163b
Octal2552341760123340462673
Binary10101101100111001111110010101101110000010011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C7E; }

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

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

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

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

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

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

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

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