#AE9778

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

Shades of Bronco #AE9778

Tints of Bronco #AE9778

Color information

#AE9778 (or 0xAE9778) is unknown color: approx Bronco. HEX triplet: AE, 97 and 78. RGB value is (174,151,120). Sum of RGB (Red+Green+Blue) = 174+151+120=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9778 is #516887. Grayscale: #9A9A9A. Windows color (decimal): -5335176 or 7903150. OLE color: 7903150.

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

Color convert

RGB174151120-
CMYK00.130.310.32
HSL34.44º25%57.65%-
HSV(B)34.44º31.03%68.24%-
XYZ31.9132.4922.36-
YUV154.34108.62142.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=39.10%
G=33.93%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415112000.130.310.3234.442557.65
HexAE97780D1F2022193a
Octal2562271700153740423172
Binary10101110100101111111000011011111110000010001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9778; }

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

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

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

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

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

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

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

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