#AD9875

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

Shades of Bronco #AD9875

Tints of Bronco #AD9875

Color information

#AD9875 (or 0xAD9875) is unknown color: approx Bronco. HEX triplet: AD, 98 and 75. RGB value is (173,152,117). Sum of RGB (Red+Green+Blue) = 173+152+117=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9875 is #52678A. Grayscale: #9A9A9A. Windows color (decimal): -5400459 or 7706797. OLE color: 7706797.

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

Color convert

RGB173152117-
CMYK00.120.320.32
HSL37.5º25.45%56.86%-
HSV(B)37.5º32.37%67.84%-
XYZ31.6732.6321.46-
YUV154.29106.96141.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=39.14%
G=34.39%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315211700.120.320.3237.525.4556.86
HexAD98750C2020261939
Octal2552301650144040463171
Binary101011011001100011101010110010000010000010011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9875; }

 p { color: rgb(173,152,117); }

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

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

 a { background-color: rgb(173,152,117); }

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

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

 span { border-color: rgb(173,152,117); }

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