#AE9982

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

Shades of Bronco #AE9982

Tints of Bronco #AE9982

Color information

#AE9982 (or 0xAE9982) is unknown color: approx Bronco. HEX triplet: AE, 99 and 82. RGB value is (174,153,130). Sum of RGB (Red+Green+Blue) = 174+153+130=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9982 is #51667D. Grayscale: #9C9C9C. Windows color (decimal): -5334654 or 8559022. OLE color: 8559022.

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

Color convert

RGB174153130-
CMYK00.120.250.32
HSL31.36º21.36%59.61%-
HSV(B)31.36º25.29%68.24%-
XYZ32.8833.3925.83-
YUV156.66112.96140.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=38.07%
G=33.48%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415313000.120.250.3231.3621.3659.61
HexAE99820C19201f153c
Octal2562312020143140372574
Binary10101110100110011000001001100110011000001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9982; }

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

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

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

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

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

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

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

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