Html Css Color HEX #AE8324 Hacienda

📋 copy color: '#AE8324'

red 174 ◦ green 131 ◦ blue 36

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

Shades of Hacienda #AE8324

Tints of Hacienda #AE8324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 51.03%
G = 38.42%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE8324 (or 0xAE8324) is known color: Hacienda. HEX triplet: AE, 83 and 24. RGB value is (174,131,36). Sum of RGB (Red+Green+Blue) = 174+131+36=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8324 is #517CDB. Grayscale: #858585. Windows color (decimal): -5340380 or 2393006. OLE color: 2393006.

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

Color convert

RGB 174 131 36 -
CMYK 0 0.25 0.79 0.32
HSL 41.3º 0.66% 0.41% -
HSV(B) 41.3º 0.79% 0.68% -
XYZ 25.89 25.36 5.2 -
YUV 133.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 174 131 36 0 0.25 0.79 0.32 41.3 0.66 0.41
Hex AE 83 24 0 19 4F 20 29 42 29
Octal 256 203 44 0 31 117 40 51 102 51
Binary 10101110 10000011 100100 0 11001 1001111 100000 101001 1000010 101001

Color Harmonies of #AE8324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8324

Black with #AE8324

Text Example


Text Example

White with #AE8324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8324; }

 p { color: rgb(174,131,36); }

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

background-color css

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

 a { background-color: rgb(174,131,36); }

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

border-color css

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

 span { border-color: rgb(174,131,36); }

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