Html Css Color HEX #AA841F Hacienda

📋 copy color: '#AA841F'

red 170 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #AA841F

Tints of Hacienda #AA841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 51.05%
G = 39.64%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA841F (or 0xAA841F) is known color: Hacienda. HEX triplet: AA, 84 and 1F. RGB value is (170,132,31). Sum of RGB (Red+Green+Blue) = 170+132+31=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA841F is #557BE0. Grayscale: #848484. Windows color (decimal): -5602273 or 2065578. OLE color: 2065578.

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

Color convert

RGB 170 132 31 -
CMYK 0 0.22 0.82 0.33
HSL 43.6º 0.69% 0.39% -
HSV(B) 43.6º 0.82% 0.67% -
XYZ 25.08 25.15 4.83 -
YUV 131.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 170 132 31 0 0.22 0.82 0.33 43.6 0.69 0.39
Hex AA 84 1F 0 16 52 21 2C 45 27
Octal 252 204 37 0 26 122 41 54 105 47
Binary 10101010 10000100 11111 0 10110 1010010 100001 101100 1000101 100111

Color Harmonies of #AA841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA841F

Black with #AA841F

Text Example


Text Example

White with #AA841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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