Html Css Color HEX #AA871A Hacienda

📋 copy color: '#AA871A'

red 170 ◦ green 135 ◦ blue 26

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

Shades of Hacienda #AA871A

Tints of Hacienda #AA871A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 51.36%
G = 40.79%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA871A (or 0xAA871A) is known color: Hacienda. HEX triplet: AA, 87 and 1A. RGB value is (170,135,26). Sum of RGB (Red+Green+Blue) = 170+135+26=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA871A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA871A is #5578E5. Grayscale: #858585. Windows color (decimal): -5601510 or 1738666. OLE color: 1738666.

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

Color convert

RGB 170 135 26 -
CMYK 0 0.21 0.85 0.33
HSL 45.42º 0.73% 0.38% -
HSV(B) 45.42º 0.85% 0.67% -
XYZ 25.43 25.95 4.65 -
YUV 133.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 170 135 26 0 0.21 0.85 0.33 45.42 0.73 0.38
Hex AA 87 1A 0 15 55 21 2D 49 26
Octal 252 207 32 0 25 125 41 55 111 46
Binary 10101010 10000111 11010 0 10101 1010101 100001 101101 1001001 100110

Color Harmonies of #AA871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA871A

Black with #AA871A

Text Example


Text Example

White with #AA871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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