#AD9574

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

Shades of Bronco #AD9574

Tints of Bronco #AD9574

Color information

#AD9574 (or 0xAD9574) is unknown color: approx Bronco. HEX triplet: AD, 95 and 74. RGB value is (173,149,116). Sum of RGB (Red+Green+Blue) = 173+149+116=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9574 is #526A8B. Grayscale: #989898. Windows color (decimal): -5401228 or 7640493. OLE color: 7640493.

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

Color convert

RGB173149116-
CMYK00.140.330.32
HSL34.74º25.79%56.67%-
HSV(B)34.74º32.95%67.84%-
XYZ31.1331.6420.99-
YUV152.41107.45142.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=39.50%
G=34.02%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314911600.140.330.3234.7425.7956.67
HexAD95740E2120231a39
Octal2552251640164140433271
Binary101011011001010111101000111010000110000010001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9574; }

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

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

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

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

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

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

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

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