#AE997D

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

Shades of Bronco #AE997D

Tints of Bronco #AE997D

Color information

#AE997D (or 0xAE997D) is unknown color: approx Bronco. HEX triplet: AE, 99 and 7D. RGB value is (174,153,125). Sum of RGB (Red+Green+Blue) = 174+153+125=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE997D is #516682. Grayscale: #9C9C9C. Windows color (decimal): -5334659 or 8231342. OLE color: 8231342.

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

Color convert

RGB174153125-
CMYK00.120.280.32
HSL34.29º23.22%58.63%-
HSV(B)34.29º28.16%68.24%-
XYZ32.5533.2624.11-
YUV156.09110.46140.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=38.50%
G=33.85%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415312500.120.280.3234.2923.2258.63
HexAE997D0C1C2022173b
Octal2562311750143440422773
Binary10101110100110011111101011001110010000010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE997D; }

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

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

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

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

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

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

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

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