Html Css Color HEX #AE8220 Hacienda

📋 copy color: '#AE8220'

red 174 ◦ green 130 ◦ blue 32

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

Shades of Hacienda #AE8220

Tints of Hacienda #AE8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

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

R = 51.79%
G = 38.69%
B = 9.52%

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

#AE8220 (or 0xAE8220) is known color: Hacienda. HEX triplet: AE, 82 and 20. RGB value is (174,130,32). Sum of RGB (Red+Green+Blue) = 174+130+32=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8220 is #517DDF. Grayscale: #848484. Windows color (decimal): -5340640 or 2130606. OLE color: 2130606.

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

Color convert

RGB 174 130 32 -
CMYK 0 0.25 0.82 0.32
HSL 41.41º 0.69% 0.4% -
HSV(B) 41.41º 0.82% 0.68% -
XYZ 25.7 25.07 4.85 -
YUV 131.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 174 130 32 0 0.25 0.82 0.32 41.41 0.69 0.4
Hex AE 82 20 0 19 52 20 29 45 28
Octal 256 202 40 0 31 122 40 51 105 50
Binary 10101110 10000010 100000 0 11001 1010010 100000 101001 1000101 101000

Color Harmonies of #AE8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8220

Black with #AE8220

Text Example


Text Example

White with #AE8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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