Html Css Color HEX #AE8121 Hacienda

📋 copy color: '#AE8121'

red 174 ◦ green 129 ◦ blue 33

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

Shades of Hacienda #AE8121

Tints of Hacienda #AE8121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 51.79%
G = 38.39%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE8121 (or 0xAE8121) is known color: Hacienda. HEX triplet: AE, 81 and 21. RGB value is (174,129,33). Sum of RGB (Red+Green+Blue) = 174+129+33=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8121 is #517EDE. Grayscale: #838383. Windows color (decimal): -5340895 or 2195886. OLE color: 2195886.

HSL color Cylindrical-coordinate representation of color #AE8121: hue angle of 40.85º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE8121 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 33 -
CMYK 0 0.26 0.81 0.32
HSL 40.85º 0.68% 0.41% -
HSV(B) 40.85º 0.81% 0.68% -
XYZ 25.58 24.81 4.88 -
YUV 131.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 174 129 33 0 0.26 0.81 0.32 40.85 0.68 0.41
Hex AE 81 21 0 1A 51 20 29 44 29
Octal 256 201 41 0 32 121 40 51 104 51
Binary 10101110 10000001 100001 0 11010 1010001 100000 101001 1000100 101001

Color Harmonies of #AE8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8121

Black with #AE8121

Text Example


Text Example

White with #AE8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8121; }

 p { color: rgb(174,129,33); }

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

background-color css

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

 a { background-color: rgb(174,129,33); }

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

border-color css

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

 span { border-color: rgb(174,129,33); }

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