Html Css Color HEX #AA851C Hacienda

📋 copy color: '#AA851C'

red 170 ◦ green 133 ◦ blue 28

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

Shades of Hacienda #AA851C

Tints of Hacienda #AA851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 51.36%
G = 40.18%
B = 8.46%

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

#AA851C (or 0xAA851C) is known color: Hacienda. HEX triplet: AA, 85 and 1C. RGB value is (170,133,28). Sum of RGB (Red+Green+Blue) = 170+133+28=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA851C is #557AE3. Grayscale: #848484. Windows color (decimal): -5602020 or 1869226. OLE color: 1869226.

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

Color convert

RGB 170 133 28 -
CMYK 0 0.22 0.84 0.33
HSL 44.37º 0.72% 0.39% -
HSV(B) 44.37º 0.84% 0.67% -
XYZ 25.17 25.4 4.68 -
YUV 132.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 170 133 28 0 0.22 0.84 0.33 44.37 0.72 0.39
Hex AA 85 1C 0 16 54 21 2C 48 27
Octal 252 205 34 0 26 124 41 54 110 47
Binary 10101010 10000101 11100 0 10110 1010100 100001 101100 1001000 100111

Color Harmonies of #AA851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA851C

Black with #AA851C

Text Example


Text Example

White with #AA851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA851C; }

 p { color: rgb(170,133,28); }

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

background-color css

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

 a { background-color: rgb(170,133,28); }

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

border-color css

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

 span { border-color: rgb(170,133,28); }

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