#ae861b

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

Shades of Hacienda #AE861B

Tints of Hacienda #AE861B

Color information

#AE861B (or 0xAE861B) is unknown color: approx Hacienda. HEX triplet: AE, 86 and 1B. RGB value is (174,134,27). Sum of RGB (Red+Green+Blue) = 174+134+27=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE861B is #5179E4. Grayscale: #868686. Windows color (decimal): -5339621 or 1803950. OLE color: 1803950.

HSL color Cylindrical-coordinate representation of color #AE861B: hue angle of 43.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE861B is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17413427-
CMYK00.230.840.32
HSL43.67º73.13%39.41%-
HSV(B)43.67º84.48%68.24%-
XYZ26.1826.134.7-
YUV133.7667.75156.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 27 (10.94% from 255) = 8.06%
R=51.94%
G=40%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741342700.230.840.3243.6773.1339.41
HexAE861B01754202c4927
Octal25620633027124405411147
Binary10101110100001101101101011110101001000001011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae861b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae861b; }

 p { color: rgb(174,134,27); }

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

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

 a { background-color: rgb(174,134,27); }

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

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

 span { border-color: rgb(174,134,27); }

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