#AE9A7A

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

Shades of Bronco #AE9A7A

Tints of Bronco #AE9A7A

Color information

#AE9A7A (or 0xAE9A7A) is unknown color: approx Bronco. HEX triplet: AE, 9A and 7A. RGB value is (174,154,122). Sum of RGB (Red+Green+Blue) = 174+154+122=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7A is #516585. Grayscale: #9C9C9C. Windows color (decimal): -5334406 or 8034990. OLE color: 8034990.

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

Color convert

RGB174154122-
CMYK00.110.300.32
HSL36.92º24.3%58.04%-
HSV(B)36.92º29.89%68.24%-
XYZ32.5233.5223.17-
YUV156.33108.63140.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=38.67%
G=34.22%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415412200.110.300.3236.9224.358.04
HexAE9A7A0B1E2025183a
Octal2562321720133640453072
Binary10101110100110101111010010111111010000010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A7A; }

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

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

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

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

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

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

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

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