#AD997C

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

Shades of Bronco #AD997C

Tints of Bronco #AD997C

Color information

#AD997C (or 0xAD997C) is unknown color: approx Bronco. HEX triplet: AD, 99 and 7C. RGB value is (173,153,124). Sum of RGB (Red+Green+Blue) = 173+153+124=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD997C is #526683. Grayscale: #9B9B9B. Windows color (decimal): -5400196 or 8165805. OLE color: 8165805.

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

Color convert

RGB173153124-
CMYK00.120.280.32
HSL35.51º23%58.24%-
HSV(B)35.51º28.32%67.84%-
XYZ32.2633.1223.76-
YUV155.67110.13140.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=38.44%
G=34%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315312400.120.280.3235.512358.24
HexAD997C0C1C2024173a
Octal2552311740143440442772
Binary10101101100110011111100011001110010000010010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD997C; }

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

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

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

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

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

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

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

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