#AE9B7F

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

Shades of Bronco #AE9B7F

Tints of Bronco #AE9B7F

Color information

#AE9B7F (or 0xAE9B7F) is unknown color: approx Bronco. HEX triplet: AE, 9B and 7F. RGB value is (174,155,127). Sum of RGB (Red+Green+Blue) = 174+155+127=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B7F is #516480. Grayscale: #9D9D9D. Windows color (decimal): -5334145 or 8362926. OLE color: 8362926.

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

Color convert

RGB174155127-
CMYK00.110.270.32
HSL35.74º22.49%59.02%-
HSV(B)35.74º27.01%68.24%-
XYZ33.0133.9724.9-
YUV157.49110.79139.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 127 (50% from 255) = 27.85%
R=38.16%
G=33.99%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415512700.110.270.3235.7422.4959.02
HexAE9B7F0B1B2024163b
Octal2562331770133340442673
Binary10101110100110111111111010111101110000010010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B7F; }

 p { color: rgb(174,155,127); }

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

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

 a { background-color: rgb(174,155,127); }

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

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

 span { border-color: rgb(174,155,127); }

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