Html Css Color HEX #AE8820 Hacienda

📋 copy color: '#AE8820'

red 174 ◦ green 136 ◦ blue 32

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

Shades of Hacienda #AE8820

Tints of Hacienda #AE8820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 50.88%
G = 39.77%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE8820 (or 0xAE8820) is known color: Hacienda. HEX triplet: AE, 88 and 20. RGB value is (174,136,32). Sum of RGB (Red+Green+Blue) = 174+136+32=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8820 is #5177DF. Grayscale: #878787. Windows color (decimal): -5339104 or 2132142. OLE color: 2132142.

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

Color convert

RGB 174 136 32 -
CMYK 0 0.22 0.82 0.32
HSL 43.94º 0.69% 0.4% -
HSV(B) 43.94º 0.82% 0.68% -
XYZ 26.52 26.71 5.12 -
YUV 135.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 174 136 32 0 0.22 0.82 0.32 43.94 0.69 0.4
Hex AE 88 20 0 16 52 20 2C 45 28
Octal 256 210 40 0 26 122 40 54 105 50
Binary 10101110 10001000 100000 0 10110 1010010 100000 101100 1000101 101000

Color Harmonies of #AE8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8820

Black with #AE8820

Text Example


Text Example

White with #AE8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8820; }

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

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

background-color css

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

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

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

border-color css

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

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

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