Html Css Color HEX #AA8026 Hacienda

📋 copy color: '#AA8026'

red 170 ◦ green 128 ◦ blue 38

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

Shades of Hacienda #AA8026

Tints of Hacienda #AA8026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 50.6%
G = 38.1%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8026 (or 0xAA8026) is known color: Hacienda. HEX triplet: AA, 80 and 26. RGB value is (170,128,38). Sum of RGB (Red+Green+Blue) = 170+128+38=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8026 is #557FD9. Grayscale: #828282. Windows color (decimal): -5603290 or 2523306. OLE color: 2523306.

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

Color convert

RGB 170 128 38 -
CMYK 0 0.25 0.78 0.33
HSL 40.91º 0.63% 0.41% -
HSV(B) 40.91º 0.78% 0.67% -
XYZ 24.65 24.12 5.19 -
YUV 130.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 170 128 38 0 0.25 0.78 0.33 40.91 0.63 0.41
Hex AA 80 26 0 19 4E 21 29 3F 29
Octal 252 200 46 0 31 116 41 51 77 51
Binary 10101010 10000000 100110 0 11001 1001110 100001 101001 111111 101001

Color Harmonies of #AA8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8026

Black with #AA8026

Text Example


Text Example

White with #AA8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8026; }

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

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

background-color css

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

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

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

border-color css

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

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

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