Html Css Color HEX #AA861B Hacienda

📋 copy color: '#AA861B'

red 170 ◦ green 134 ◦ blue 27

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

Shades of Hacienda #AA861B

Tints of Hacienda #AA861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 51.36%
G = 40.48%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA861B (or 0xAA861B) is known color: Hacienda. HEX triplet: AA, 86 and 1B. RGB value is (170,134,27). Sum of RGB (Red+Green+Blue) = 170+134+27=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA861B is #5579E4. Grayscale: #858585. Windows color (decimal): -5601765 or 1803946. OLE color: 1803946.

HSL color Cylindrical-coordinate representation of color #AA861B: hue angle of 44.9º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA861B is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 134 27 -
CMYK 0 0.21 0.84 0.33
HSL 44.9º 0.73% 0.39% -
HSV(B) 44.9º 0.84% 0.67% -
XYZ 25.3 25.68 4.66 -
YUV 132.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 170 134 27 0 0.21 0.84 0.33 44.9 0.73 0.39
Hex AA 86 1B 0 15 54 21 2D 49 27
Octal 252 206 33 0 25 124 41 55 111 47
Binary 10101010 10000110 11011 0 10101 1010100 100001 101101 1001001 100111

Color Harmonies of #AA861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA861B

Black with #AA861B

Text Example


Text Example

White with #AA861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA861B; }

 p { color: rgb(170,134,27); }

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

background-color css

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

 a { background-color: rgb(170,134,27); }

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

border-color css

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

 span { border-color: rgb(170,134,27); }

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