#AD967B

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

Shades of Bronco #AD967B

Tints of Bronco #AD967B

Color information

#AD967B (or 0xAD967B) is unknown color: approx Bronco. HEX triplet: AD, 96 and 7B. RGB value is (173,150,123). Sum of RGB (Red+Green+Blue) = 173+150+123=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967B is #526984. Grayscale: #999999. Windows color (decimal): -5400965 or 8099501. OLE color: 8099501.

HSL color Cylindrical-coordinate representation of color #AD967B: hue angle of 32.4º degrees, saturation: 0.23, 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 #AD967B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173150123-
CMYK00.130.290.32
HSL32.4º23.36%58.04%-
HSV(B)32.4º28.9%67.84%-
XYZ31.7232.1323.27-
YUV153.8110.62141.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=38.79%
G=33.63%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315012300.130.290.3232.423.3658.04
HexAD967B0D1D2020173a
Octal2552261730153540402772
Binary10101101100101101111011011011110110000010000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD967B; }

 p { color: rgb(173,150,123); }

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

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

 a { background-color: rgb(173,150,123); }

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

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

 span { border-color: rgb(173,150,123); }

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