Html Css Color HEX #AE8520 Hacienda

📋 copy color: '#AE8520'

red 174 ◦ green 133 ◦ blue 32

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

Shades of Hacienda #AE8520

Tints of Hacienda #AE8520

RGB

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

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

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

R = 51.33%
G = 39.23%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE8520 (or 0xAE8520) is known color: Hacienda. HEX triplet: AE, 85 and 20. RGB value is (174,133,32). Sum of RGB (Red+Green+Blue) = 174+133+32=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8520 is #517ADF. Grayscale: #868686. Windows color (decimal): -5339872 or 2131374. OLE color: 2131374.

HSL color Cylindrical-coordinate representation of color #AE8520: hue angle of 42.68º 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 #AE8520 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 133 32 -
CMYK 0 0.24 0.82 0.32
HSL 42.68º 0.69% 0.4% -
HSV(B) 42.68º 0.82% 0.68% -
XYZ 26.1 25.88 4.99 -
YUV 133.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 174 133 32 0 0.24 0.82 0.32 42.68 0.69 0.4
Hex AE 85 20 0 18 52 20 2B 45 28
Octal 256 205 40 0 30 122 40 53 105 50
Binary 10101110 10000101 100000 0 11000 1010010 100000 101011 1000101 101000

Color Harmonies of #AE8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8520

Black with #AE8520

Text Example


Text Example

White with #AE8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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