Html Css Color HEX #AA7A1A Hacienda

📋 copy color: '#AA7A1A'

red 170 ◦ green 122 ◦ blue 26

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

Shades of Hacienda #AA7A1A

Tints of Hacienda #AA7A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.36%

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

R = 53.46%
G = 38.36%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA7A1A (or 0xAA7A1A) is known color: Hacienda. HEX triplet: AA, 7A and 1A. RGB value is (170,122,26). Sum of RGB (Red+Green+Blue) = 170+122+26=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A1A is #5585E5. Grayscale: #7D7D7D. Windows color (decimal): -5604838 or 1735338. OLE color: 1735338.

HSL color Cylindrical-coordinate representation of color #AA7A1A: hue angle of 40º 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 #AA7A1A is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 26 -
CMYK 0 0.28 0.85 0.33
HSL 40º 0.73% 0.38% -
HSV(B) 40º 0.85% 0.67% -
XYZ 23.72 22.54 4.08 -
YUV 125.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 170 122 26 0 0.28 0.85 0.33 40 0.73 0.38
Hex AA 7A 1A 0 1C 55 21 28 49 26
Octal 252 172 32 0 34 125 41 50 111 46
Binary 10101010 1111010 11010 0 11100 1010101 100001 101000 1001001 100110

Color Harmonies of #AA7A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A1A

Black with #AA7A1A

Text Example


Text Example

White with #AA7A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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