Html Css Color HEX #A1880E Hacienda

📋 copy color: '#A1880E'

red 161 ◦ green 136 ◦ blue 14

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

Shades of Hacienda #A1880E

Tints of Hacienda #A1880E

RGB

 RED value IS 161 (63.28% from 255) = 51.77%

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

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 51.77%
G = 43.73%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1880E (or 0xA1880E) is known color: Hacienda. HEX triplet: A1, 88 and 0E. RGB value is (161,136,14). Sum of RGB (Red+Green+Blue) = 161+136+14=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1880E is #5E77F1. Grayscale: #828282. Windows color (decimal): -6191090 or 952481. OLE color: 952481.

HSL color Cylindrical-coordinate representation of color #A1880E: hue angle of 49.8º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1880E is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 14 -
CMYK 0 0.16 0.91 0.37
HSL 49.8º 0.84% 0.34% -
HSV(B) 49.8º 0.91% 0.63% -
XYZ 23.58 25.22 4.04 -
YUV 129.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 161 136 14 0 0.16 0.91 0.37 49.8 0.84 0.34
Hex A1 88 E 0 10 5B 25 32 54 22
Octal 241 210 16 0 20 133 45 62 124 42
Binary 10100001 10001000 1110 0 10000 1011011 100101 110010 1010100 100010

Color Harmonies of #A1880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1880E

Black with #A1880E

Text Example


Text Example

White with #A1880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1880E; }

 p { color: rgb(161,136,14); }

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

background-color css

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

 a { background-color: rgb(161,136,14); }

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

border-color css

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

 span { border-color: rgb(161,136,14); }

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