#AE977A

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

Shades of Bronco #AE977A

Tints of Bronco #AE977A

Color information

#AE977A (or 0xAE977A) is unknown color: approx Bronco. HEX triplet: AE, 97 and 7A. RGB value is (174,151,122). Sum of RGB (Red+Green+Blue) = 174+151+122=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE977A is #516885. Grayscale: #9A9A9A. Windows color (decimal): -5335174 or 8034222. OLE color: 8034222.

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

Color convert

RGB174151122-
CMYK00.130.300.32
HSL33.46º24.3%58.04%-
HSV(B)33.46º29.89%68.24%-
XYZ32.0432.5423-
YUV154.57109.62141.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=38.93%
G=33.78%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415112200.130.300.3233.4624.358.04
HexAE977A0D1E2021183a
Octal2562271720153640413072
Binary10101110100101111111010011011111010000010000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE977A; }

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

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

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

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

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

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

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

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