#AD9977

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

Shades of Bronco #AD9977

Tints of Bronco #AD9977

Color information

#AD9977 (or 0xAD9977) is unknown color: approx Bronco. HEX triplet: AD, 99 and 77. RGB value is (173,153,119). Sum of RGB (Red+Green+Blue) = 173+153+119=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9977 is #526688. Grayscale: #9B9B9B. Windows color (decimal): -5400201 or 7838125. OLE color: 7838125.

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

Color convert

RGB173153119-
CMYK00.120.310.32
HSL37.78º24.77%57.25%-
HSV(B)37.78º31.21%67.84%-
XYZ31.953322.14-
YUV155.1107.63140.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=38.88%
G=34.38%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315311900.120.310.3237.7824.7757.25
HexAD99770C1F20261939
Octal2552311670143740463171
Binary10101101100110011110111011001111110000010011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9977; }

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

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

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

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

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

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

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

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