Html Css Color HEX #AA841B Hacienda

📋 copy color: '#AA841B'

red 170 ◦ green 132 ◦ blue 27

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

Shades of Hacienda #AA841B

Tints of Hacienda #AA841B

RGB

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

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

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

R = 51.67%
G = 40.12%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA841B (or 0xAA841B) is known color: Hacienda. HEX triplet: AA, 84 and 1B. RGB value is (170,132,27). Sum of RGB (Red+Green+Blue) = 170+132+27=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA841B is #557BE4. Grayscale: #838383. Windows color (decimal): -5602277 or 1803434. OLE color: 1803434.

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

Color convert

RGB 170 132 27 -
CMYK 0 0.22 0.84 0.33
HSL 44.06º 0.73% 0.39% -
HSV(B) 44.06º 0.84% 0.67% -
XYZ 25.03 25.13 4.57 -
YUV 131.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 170 132 27 0 0.22 0.84 0.33 44.06 0.73 0.39
Hex AA 84 1B 0 16 54 21 2C 49 27
Octal 252 204 33 0 26 124 41 54 111 47
Binary 10101010 10000100 11011 0 10110 1010100 100001 101100 1001001 100111

Color Harmonies of #AA841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA841B

Black with #AA841B

Text Example


Text Example

White with #AA841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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