#AE9D7D

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

Shades of Bronco #AE9D7D

Tints of Bronco #AE9D7D

Color information

#AE9D7D (or 0xAE9D7D) is unknown color: approx Bronco. HEX triplet: AE, 9D and 7D. RGB value is (174,157,125). Sum of RGB (Red+Green+Blue) = 174+157+125=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D7D is #516282. Grayscale: #9E9E9E. Windows color (decimal): -5333635 or 8232366. OLE color: 8232366.

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

Color convert

RGB174157125-
CMYK00.100.280.32
HSL39.18º23.22%58.63%-
HSV(B)39.18º28.16%68.24%-
XYZ33.2134.5924.33-
YUV158.44109.13139.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=38.16%
G=34.43%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415712500.100.280.3239.1823.2258.63
HexAE9D7D0A1C2027173b
Octal2562351750123440472773
Binary10101110100111011111101010101110010000010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D7D; }

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

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

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

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

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

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

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

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