#AE9A7B

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

Shades of Bronco #AE9A7B

Tints of Bronco #AE9A7B

Color information

#AE9A7B (or 0xAE9A7B) is unknown color: approx Bronco. HEX triplet: AE, 9A and 7B. RGB value is (174,154,123). Sum of RGB (Red+Green+Blue) = 174+154+123=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7B is #516584. Grayscale: #9C9C9C. Windows color (decimal): -5334405 or 8100526. OLE color: 8100526.

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

Color convert

RGB174154123-
CMYK00.110.290.32
HSL36.47º23.94%58.24%-
HSV(B)36.47º29.31%68.24%-
XYZ32.5933.5423.5-
YUV156.45109.13140.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=38.58%
G=34.15%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415412300.110.290.3236.4723.9458.24
HexAE9A7B0B1D2024183a
Octal2562321730133540443072
Binary10101110100110101111011010111110110000010010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A7B; }

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

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

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

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

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

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

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

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