Html Css Color HEX #AE8020 Hacienda

📋 copy color: '#AE8020'

red 174 ◦ green 128 ◦ blue 32

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

Shades of Hacienda #AE8020

Tints of Hacienda #AE8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 52.1%
G = 38.32%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE8020 (or 0xAE8020) is known color: Hacienda. HEX triplet: AE, 80 and 20. RGB value is (174,128,32). Sum of RGB (Red+Green+Blue) = 174+128+32=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8020 is #517FDF. Grayscale: #838383. Windows color (decimal): -5341152 or 2130094. OLE color: 2130094.

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

Color convert

RGB 174 128 32 -
CMYK 0 0.26 0.82 0.32
HSL 40.56º 0.69% 0.4% -
HSV(B) 40.56º 0.82% 0.68% -
XYZ 25.44 24.54 4.76 -
YUV 130.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 174 128 32 0 0.26 0.82 0.32 40.56 0.69 0.4
Hex AE 80 20 0 1A 52 20 29 45 28
Octal 256 200 40 0 32 122 40 51 105 50
Binary 10101110 10000000 100000 0 11010 1010010 100000 101001 1000101 101000

Color Harmonies of #AE8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8020

Black with #AE8020

Text Example


Text Example

White with #AE8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8020; }

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

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

background-color css

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

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

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

border-color css

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

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

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