#AE9C7F

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

Shades of Bronco #AE9C7F

Tints of Bronco #AE9C7F

Color information

#AE9C7F (or 0xAE9C7F) is unknown color: approx Bronco. HEX triplet: AE, 9C and 7F. RGB value is (174,156,127). Sum of RGB (Red+Green+Blue) = 174+156+127=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C7F is #516380. Grayscale: #9E9E9E. Windows color (decimal): -5333889 or 8363182. OLE color: 8363182.

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

Color convert

RGB174156127-
CMYK00.100.270.32
HSL37.02º22.49%59.02%-
HSV(B)37.02º27.01%68.24%-
XYZ33.1734.3124.95-
YUV158.08110.46139.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 127 (50% from 255) = 27.79%
R=38.07%
G=34.14%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415612700.100.270.3237.0222.4959.02
HexAE9C7F0A1B2025163b
Octal2562341770123340452673
Binary10101110100111001111111010101101110000010010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C7F; }

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

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

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

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

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

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

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

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