Html Css Color HEX #AA8426 Hacienda

📋 copy color: '#AA8426'

red 170 ◦ green 132 ◦ blue 38

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

Shades of Hacienda #AA8426

Tints of Hacienda #AA8426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

 BLUE value IS 38 (15.23% from 255) = 11.18%

R = 50%
G = 38.82%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8426 (or 0xAA8426) is known color: Hacienda. HEX triplet: AA, 84 and 26. RGB value is (170,132,38). Sum of RGB (Red+Green+Blue) = 170+132+38=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8426 is #557BD9. Grayscale: #858585. Windows color (decimal): -5602266 or 2524330. OLE color: 2524330.

HSL color Cylindrical-coordinate representation of color #AA8426: hue angle of 42.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA8426 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 132 38 -
CMYK 0 0.22 0.78 0.33
HSL 42.73º 0.63% 0.41% -
HSV(B) 42.73º 0.78% 0.67% -
XYZ 25.18 25.19 5.37 -
YUV 132.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 170 132 38 0 0.22 0.78 0.33 42.73 0.63 0.41
Hex AA 84 26 0 16 4E 21 2B 3F 29
Octal 252 204 46 0 26 116 41 53 77 51
Binary 10101010 10000100 100110 0 10110 1001110 100001 101011 111111 101001

Color Harmonies of #AA8426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8426

Black with #AA8426

Text Example


Text Example

White with #AA8426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8426; }

 p { color: rgb(170,132,38); }

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

background-color css

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

 a { background-color: rgb(170,132,38); }

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

border-color css

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

 span { border-color: rgb(170,132,38); }

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