#AE9774

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

Shades of Bronco #AE9774

Tints of Bronco #AE9774

Color information

#AE9774 (or 0xAE9774) is unknown color: approx Bronco. HEX triplet: AE, 97 and 74. RGB value is (174,151,116). Sum of RGB (Red+Green+Blue) = 174+151+116=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9774 is #51688B. Grayscale: #9A9A9A. Windows color (decimal): -5335180 or 7641006. OLE color: 7641006.

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

Color convert

RGB174151116-
CMYK00.130.330.32
HSL36.21º26.36%56.86%-
HSV(B)36.21º33.33%68.24%-
XYZ31.6732.3921.11-
YUV153.89106.62142.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=39.46%
G=34.24%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415111600.130.330.3236.2126.3656.86
HexAE97740D2120241a39
Octal2562271640154140443271
Binary101011101001011111101000110110000110000010010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9774; }

 p { color: rgb(174,151,116); }

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

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

 a { background-color: rgb(174,151,116); }

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

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

 span { border-color: rgb(174,151,116); }

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