#AE9673

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

Shades of Bronco #AE9673

Tints of Bronco #AE9673

Color information

#AE9673 (or 0xAE9673) is unknown color: approx Bronco. HEX triplet: AE, 96 and 73. RGB value is (174,150,115). Sum of RGB (Red+Green+Blue) = 174+150+115=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9673 is #51698C. Grayscale: #999999. Windows color (decimal): -5335437 or 7575214. OLE color: 7575214.

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

Color convert

RGB174150115-
CMYK00.140.340.32
HSL35.59º26.7%56.67%-
HSV(B)35.59º33.91%68.24%-
XYZ31.4632.0520.75-
YUV153.19106.45142.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=39.64%
G=34.17%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415011500.140.340.3235.5926.756.67
HexAE96730E2220241b39
Octal2562261630164240443371
Binary101011101001011011100110111010001010000010010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9673; }

 p { color: rgb(174,150,115); }

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

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

 a { background-color: rgb(174,150,115); }

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

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

 span { border-color: rgb(174,150,115); }

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