Html Css Color HEX #AA791A Hacienda

📋 copy color: '#AA791A'

red 170 ◦ green 121 ◦ blue 26

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

Shades of Hacienda #AA791A

Tints of Hacienda #AA791A

RGB

 RED value IS 170 (66.8% from 255) = 53.63%

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 53.63%
G = 38.17%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA791A (or 0xAA791A) is known color: Hacienda. HEX triplet: AA, 79 and 1A. RGB value is (170,121,26). Sum of RGB (Red+Green+Blue) = 170+121+26=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA791A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA791A is #5586E5. Grayscale: #7D7D7D. Windows color (decimal): -5605094 or 1735082. OLE color: 1735082.

HSL color Cylindrical-coordinate representation of color #AA791A: hue angle of 39.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA791A is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 26 -
CMYK 0 0.29 0.85 0.33
HSL 39.58º 0.73% 0.38% -
HSV(B) 39.58º 0.85% 0.67% -
XYZ 23.6 22.3 4.04 -
YUV 124.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 170 121 26 0 0.29 0.85 0.33 39.58 0.73 0.38
Hex AA 79 1A 0 1D 55 21 28 49 26
Octal 252 171 32 0 35 125 41 50 111 46
Binary 10101010 1111001 11010 0 11101 1010101 100001 101000 1001001 100110

Color Harmonies of #AA791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA791A

Black with #AA791A

Text Example


Text Example

White with #AA791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA791A; }

 p { color: rgb(170,121,26); }

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

background-color css

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

 a { background-color: rgb(170,121,26); }

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

border-color css

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

 span { border-color: rgb(170,121,26); }

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