Html Css Color HEX #AA8726 Hacienda

📋 copy color: '#AA8726'

red 170 ◦ green 135 ◦ blue 38

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

Shades of Hacienda #AA8726

Tints of Hacienda #AA8726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.36%

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

R = 49.56%
G = 39.36%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8726 (or 0xAA8726) is known color: Hacienda. HEX triplet: AA, 87 and 26. RGB value is (170,135,38). Sum of RGB (Red+Green+Blue) = 170+135+38=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8726 is #5578D9. Grayscale: #868686. Windows color (decimal): -5601498 or 2525098. OLE color: 2525098.

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

Color convert

RGB 170 135 38 -
CMYK 0 0.21 0.78 0.33
HSL 44.09º 0.63% 0.41% -
HSV(B) 44.09º 0.78% 0.67% -
XYZ 25.59 26.01 5.51 -
YUV 134.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 170 135 38 0 0.21 0.78 0.33 44.09 0.63 0.41
Hex AA 87 26 0 15 4E 21 2C 3F 29
Octal 252 207 46 0 25 116 41 54 77 51
Binary 10101010 10000111 100110 0 10101 1001110 100001 101100 111111 101001

Color Harmonies of #AA8726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8726

Black with #AA8726

Text Example


Text Example

White with #AA8726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8726; }

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

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

background-color css

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

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

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

border-color css

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

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

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