#AE9E7D

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

Shades of Bronco #AE9E7D

Tints of Bronco #AE9E7D

Color information

#AE9E7D (or 0xAE9E7D) is unknown color: approx Bronco. HEX triplet: AE, 9E and 7D. RGB value is (174,158,125). Sum of RGB (Red+Green+Blue) = 174+158+125=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E7D is #516182. Grayscale: #9F9F9F. Windows color (decimal): -5333379 or 8232622. OLE color: 8232622.

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

Color convert

RGB174158125-
CMYK00.090.280.32
HSL40.41º23.22%58.63%-
HSV(B)40.41º28.16%68.24%-
XYZ33.3834.9324.39-
YUV159.02108.8138.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=38.07%
G=34.57%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415812500.090.280.3240.4123.2258.63
HexAE9E7D091C2028173b
Octal2562361750113440502773
Binary10101110100111101111101010011110010000010100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E7D; }

 p { color: rgb(174,158,125); }

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

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

 a { background-color: rgb(174,158,125); }

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

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

 span { border-color: rgb(174,158,125); }

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