Html Css Color HEX #AE8526 Hacienda

📋 copy color: '#AE8526'

red 174 ◦ green 133 ◦ blue 38

#AE8526
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #AE8526

Tints of Hacienda #AE8526

RGB

 RED value IS 174 (68.36% from 255) = 50.43%

 GREEN value IS 133 (52.34% from 255) = 38.55%

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 50.43%
G = 38.55%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE8526 (or 0xAE8526) is known color: Hacienda. HEX triplet: AE, 85 and 26. RGB value is (174,133,38). Sum of RGB (Red+Green+Blue) = 174+133+38=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8526 is #517AD9. Grayscale: #868686. Windows color (decimal): -5339866 or 2524590. OLE color: 2524590.

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

Color convert

RGB 174 133 38 -
CMYK 0 0.24 0.78 0.32
HSL 41.91º 0.64% 0.42% -
HSV(B) 41.91º 0.78% 0.68% -
XYZ 26.19 25.91 5.46 -
YUV 134.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 174 133 38 0 0.24 0.78 0.32 41.91 0.64 0.42
Hex AE 85 26 0 18 4E 20 2A 40 2A
Octal 256 205 46 0 30 116 40 52 100 52
Binary 10101110 10000101 100110 0 11000 1001110 100000 101010 1000000 101010

Color Harmonies of #AE8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8526

Black with #AE8526

Text Example


Text Example

White with #AE8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8526; }

 p { color: rgb(174,133,38); }

 H1.HeaderClassName
 {
   color: #AE8526;
 }
 .AnyTagClassName
 {
   color: #AE8526;
 }
</style>

background-color css

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

 a { background-color: rgb(174,133,38); }

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

border-color css

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

 span { border-color: rgb(174,133,38); }

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