#AE997C

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

Shades of Bronco #AE997C

Tints of Bronco #AE997C

Color information

#AE997C (or 0xAE997C) is unknown color: approx Bronco. HEX triplet: AE, 99 and 7C. RGB value is (174,153,124). Sum of RGB (Red+Green+Blue) = 174+153+124=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE997C is #516683. Grayscale: #9C9C9C. Windows color (decimal): -5334660 or 8165806. OLE color: 8165806.

HSL color Cylindrical-coordinate representation of color #AE997C: hue angle of 34.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE997C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB174153124-
CMYK00.120.290.32
HSL34.8º23.58%58.43%-
HSV(B)34.8º28.74%68.24%-
XYZ32.4833.2423.77-
YUV155.97109.96140.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=38.58%
G=33.92%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415312400.120.290.3234.823.5858.43
HexAE997C0C1D2023183a
Octal2562311740143540433072
Binary10101110100110011111100011001110110000010001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE997C; }

 p { color: rgb(174,153,124); }

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

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

 a { background-color: rgb(174,153,124); }

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

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

 span { border-color: rgb(174,153,124); }

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