#AD9575

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

Shades of Bronco #AD9575

Tints of Bronco #AD9575

Color information

#AD9575 (or 0xAD9575) is unknown color: approx Bronco. HEX triplet: AD, 95 and 75. RGB value is (173,149,117). Sum of RGB (Red+Green+Blue) = 173+149+117=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9575 is #526A8A. Grayscale: #989898. Windows color (decimal): -5401227 or 7706029. OLE color: 7706029.

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

Color convert

RGB173149117-
CMYK00.140.320.32
HSL34.29º25.45%56.86%-
HSV(B)34.29º32.37%67.84%-
XYZ31.1931.6621.3-
YUV152.53107.95142.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=39.41%
G=33.94%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314911700.140.320.3234.2925.4556.86
HexAD95750E2020221939
Octal2552251650164040423171
Binary101011011001010111101010111010000010000010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9575; }

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

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

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

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

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

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

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

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