Html Css Color HEX #AA7B1A Hacienda

📋 copy color: '#AA7B1A'

red 170 ◦ green 123 ◦ blue 26

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

Shades of Hacienda #AA7B1A

Tints of Hacienda #AA7B1A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.56%

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

R = 53.29%
G = 38.56%
B = 8.15%

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

#AA7B1A (or 0xAA7B1A) is known color: Hacienda. HEX triplet: AA, 7B and 1A. RGB value is (170,123,26). Sum of RGB (Red+Green+Blue) = 170+123+26=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B1A is #5584E5. Grayscale: #7E7E7E. Windows color (decimal): -5604582 or 1735594. OLE color: 1735594.

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

Color convert

RGB 170 123 26 -
CMYK 0 0.28 0.85 0.33
HSL 40.42º 0.73% 0.38% -
HSV(B) 40.42º 0.85% 0.67% -
XYZ 23.85 22.79 4.12 -
YUV 126 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 170 123 26 0 0.28 0.85 0.33 40.42 0.73 0.38
Hex AA 7B 1A 0 1C 55 21 28 49 26
Octal 252 173 32 0 34 125 41 50 111 46
Binary 10101010 1111011 11010 0 11100 1010101 100001 101000 1001001 100110

Color Harmonies of #AA7B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B1A

Black with #AA7B1A

Text Example


Text Example

White with #AA7B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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