Html Css Color HEX #AE8920 Hacienda

📋 copy color: '#AE8920'

red 174 ◦ green 137 ◦ blue 32

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

Shades of Hacienda #AE8920

Tints of Hacienda #AE8920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.94%

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

R = 50.73%
G = 39.94%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE8920 (or 0xAE8920) is known color: Hacienda. HEX triplet: AE, 89 and 20. RGB value is (174,137,32). Sum of RGB (Red+Green+Blue) = 174+137+32=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8920 is #5176DF. Grayscale: #888888. Windows color (decimal): -5338848 or 2132398. OLE color: 2132398.

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

Color convert

RGB 174 137 32 -
CMYK 0 0.21 0.82 0.32
HSL 44.37º 0.69% 0.4% -
HSV(B) 44.37º 0.82% 0.68% -
XYZ 26.66 26.99 5.17 -
YUV 136.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 174 137 32 0 0.21 0.82 0.32 44.37 0.69 0.4
Hex AE 89 20 0 15 52 20 2C 45 28
Octal 256 211 40 0 25 122 40 54 105 50
Binary 10101110 10001001 100000 0 10101 1010010 100000 101100 1000101 101000

Color Harmonies of #AE8920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8920

Black with #AE8920

Text Example


Text Example

White with #AE8920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8920; }

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

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

background-color css

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

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

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

border-color css

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

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

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