#AE9978

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

Shades of Bronco #AE9978

Tints of Bronco #AE9978

Color information

#AE9978 (or 0xAE9978) is unknown color: approx Bronco. HEX triplet: AE, 99 and 78. RGB value is (174,153,120). Sum of RGB (Red+Green+Blue) = 174+153+120=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9978 is #516687. Grayscale: #9B9B9B. Windows color (decimal): -5334664 or 7903662. OLE color: 7903662.

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

Color convert

RGB174153120-
CMYK00.120.310.32
HSL36.67º25%57.65%-
HSV(B)36.67º31.03%68.24%-
XYZ32.2433.1422.47-
YUV155.52107.96141.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=38.93%
G=34.23%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415312000.120.310.3236.672557.65
HexAE99780C1F2025193a
Octal2562311700143740453172
Binary10101110100110011111000011001111110000010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9978; }

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

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

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

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

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

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

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

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