Html Css Color HEX #AA891F Hacienda

📋 copy color: '#AA891F'

red 170 ◦ green 137 ◦ blue 31

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

Shades of Hacienda #AA891F

Tints of Hacienda #AA891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

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

R = 50.3%
G = 40.53%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA891F (or 0xAA891F) is known color: Hacienda. HEX triplet: AA, 89 and 1F. RGB value is (170,137,31). Sum of RGB (Red+Green+Blue) = 170+137+31=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA891F is #5576E0. Grayscale: #878787. Windows color (decimal): -5600993 or 2066858. OLE color: 2066858.

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

Color convert

RGB 170 137 31 -
CMYK 0 0.19 0.82 0.33
HSL 45.76º 0.69% 0.39% -
HSV(B) 45.76º 0.82% 0.67% -
XYZ 25.77 26.54 5.06 -
YUV 134.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 170 137 31 0 0.19 0.82 0.33 45.76 0.69 0.39
Hex AA 89 1F 0 13 52 21 2E 45 27
Octal 252 211 37 0 23 122 41 56 105 47
Binary 10101010 10001001 11111 0 10011 1010010 100001 101110 1000101 100111

Color Harmonies of #AA891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA891F

Black with #AA891F

Text Example


Text Example

White with #AA891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA891F; }

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

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

background-color css

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

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

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

border-color css

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

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

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