#AD997E

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

Shades of Bronco #AD997E

Tints of Bronco #AD997E

Color information

#AD997E (or 0xAD997E) is unknown color: approx Bronco. HEX triplet: AD, 99 and 7E. RGB value is (173,153,126). Sum of RGB (Red+Green+Blue) = 173+153+126=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD997E is #526681. Grayscale: #9C9C9C. Windows color (decimal): -5400194 or 8296877. OLE color: 8296877.

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

Color convert

RGB173153126-
CMYK00.120.270.32
HSL34.47º22.27%58.63%-
HSV(B)34.47º27.17%67.84%-
XYZ32.3933.1724.43-
YUV155.9111.13140.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=38.27%
G=33.85%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315312600.120.270.3234.4722.2758.63
HexAD997E0C1B2022163b
Octal2552311760143340422673
Binary10101101100110011111110011001101110000010001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD997E; }

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

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

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

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

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

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

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

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