Html Css Color HEX #AA881F Hacienda

📋 copy color: '#AA881F'

red 170 ◦ green 136 ◦ blue 31

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

Shades of Hacienda #AA881F

Tints of Hacienda #AA881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

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

R = 50.45%
G = 40.36%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA881F (or 0xAA881F) is known color: Hacienda. HEX triplet: AA, 88 and 1F. RGB value is (170,136,31). Sum of RGB (Red+Green+Blue) = 170+136+31=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA881F is #5577E0. Grayscale: #868686. Windows color (decimal): -5601249 or 2066602. OLE color: 2066602.

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

Color convert

RGB 170 136 31 -
CMYK 0 0.20 0.82 0.33
HSL 45.32º 0.69% 0.39% -
HSV(B) 45.32º 0.82% 0.67% -
XYZ 25.63 26.25 5.01 -
YUV 134.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 170 136 31 0 0.20 0.82 0.33 45.32 0.69 0.39
Hex AA 88 1F 0 14 52 21 2D 45 27
Octal 252 210 37 0 24 122 41 55 105 47
Binary 10101010 10001000 11111 0 10100 1010010 100001 101101 1000101 100111

Color Harmonies of #AA881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA881F

Black with #AA881F

Text Example


Text Example

White with #AA881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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