#AD997A

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

Shades of Bronco #AD997A

Tints of Bronco #AD997A

Color information

#AD997A (or 0xAD997A) is unknown color: approx Bronco. HEX triplet: AD, 99 and 7A. RGB value is (173,153,122). Sum of RGB (Red+Green+Blue) = 173+153+122=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD997A is #526685. Grayscale: #9B9B9B. Windows color (decimal): -5400198 or 8034733. OLE color: 8034733.

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

Color convert

RGB173153122-
CMYK00.120.290.32
HSL36.47º23.72%57.84%-
HSV(B)36.47º29.48%67.84%-
XYZ32.1433.0723.1-
YUV155.45109.13140.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=38.62%
G=34.15%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315312200.120.290.3236.4723.7257.84
HexAD997A0C1D2024183a
Octal2552311720143540443072
Binary10101101100110011111010011001110110000010010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD997A; }

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

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

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

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

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

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

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

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