#AE9C7A

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

Shades of Bronco #AE9C7A

Tints of Bronco #AE9C7A

Color information

#AE9C7A (or 0xAE9C7A) is unknown color: approx Bronco. HEX triplet: AE, 9C and 7A. RGB value is (174,156,122). Sum of RGB (Red+Green+Blue) = 174+156+122=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C7A is #516385. Grayscale: #9D9D9D. Windows color (decimal): -5333894 or 8035502. OLE color: 8035502.

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

Color convert

RGB174156122-
CMYK00.100.300.32
HSL39.23º24.3%58.04%-
HSV(B)39.23º29.89%68.24%-
XYZ32.8634.1823.28-
YUV157.51107.96139.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=38.50%
G=34.51%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415612200.100.300.3239.2324.358.04
HexAE9C7A0A1E2027183a
Octal2562341720123640473072
Binary10101110100111001111010010101111010000010011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C7A; }

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

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

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

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

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

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

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

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