#AE9A7D

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

Shades of Bronco #AE9A7D

Tints of Bronco #AE9A7D

Color information

#AE9A7D (or 0xAE9A7D) is unknown color: approx Bronco. HEX triplet: AE, 9A and 7D. RGB value is (174,154,125). Sum of RGB (Red+Green+Blue) = 174+154+125=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7D is #516582. Grayscale: #9C9C9C. Windows color (decimal): -5334403 or 8231598. OLE color: 8231598.

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

Color convert

RGB174154125-
CMYK00.110.280.32
HSL35.51º23.22%58.63%-
HSV(B)35.51º28.16%68.24%-
XYZ32.7133.5924.16-
YUV156.67110.13140.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=38.41%
G=34.00%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415412500.110.280.3235.5123.2258.63
HexAE9A7D0B1C2024173b
Octal2562321750133440442773
Binary10101110100110101111101010111110010000010010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A7D; }

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

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

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

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

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

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

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

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