Html Css Color HEX #AE8320 Hacienda

📋 copy color: '#AE8320'

red 174 ◦ green 131 ◦ blue 32

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

Shades of Hacienda #AE8320

Tints of Hacienda #AE8320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 51.63%
G = 38.87%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE8320 (or 0xAE8320) is known color: Hacienda. HEX triplet: AE, 83 and 20. RGB value is (174,131,32). Sum of RGB (Red+Green+Blue) = 174+131+32=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8320 is #517CDF. Grayscale: #858585. Windows color (decimal): -5340384 or 2130862. OLE color: 2130862.

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

Color convert

RGB 174 131 32 -
CMYK 0 0.25 0.82 0.32
HSL 41.83º 0.69% 0.4% -
HSV(B) 41.83º 0.82% 0.68% -
XYZ 25.83 25.34 4.9 -
YUV 132.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 174 131 32 0 0.25 0.82 0.32 41.83 0.69 0.4
Hex AE 83 20 0 19 52 20 2A 45 28
Octal 256 203 40 0 31 122 40 52 105 50
Binary 10101110 10000011 100000 0 11001 1010010 100000 101010 1000101 101000

Color Harmonies of #AE8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8320

Black with #AE8320

Text Example


Text Example

White with #AE8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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