Html Css Color HEX #A47811 Hacienda

📋 copy color: '#A47811'

red 164 ◦ green 120 ◦ blue 17

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

Shades of Hacienda #A47811

Tints of Hacienda #A47811

RGB

 RED value IS 164 (64.45% from 255) = 54.49%

 GREEN value IS 120 (47.27% from 255) = 39.87%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 54.49%
G = 39.87%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A47811 (or 0xA47811) is known color: Hacienda. HEX triplet: A4, 78 and 11. RGB value is (164,120,17). Sum of RGB (Red+Green+Blue) = 164+120+17=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A47811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47811 is #5B87EE. Grayscale: #797979. Windows color (decimal): -5998575 or 1144996. OLE color: 1144996.

HSL color Cylindrical-coordinate representation of color #A47811: hue angle of 42.04º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A47811 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 120 17 -
CMYK 0 0.27 0.90 0.36
HSL 42.04º 0.81% 0.35% -
HSV(B) 42.04º 0.9% 0.64% -
XYZ 22.13 21.37 3.49 -
YUV 121.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 164 120 17 0 0.27 0.90 0.36 42.04 0.81 0.35
Hex A4 78 11 0 1B 5A 24 2A 51 23
Octal 244 170 21 0 33 132 44 52 121 43
Binary 10100100 1111000 10001 0 11011 1011010 100100 101010 1010001 100011

Color Harmonies of #A47811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47811

Black with #A47811

Text Example


Text Example

White with #A47811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47811; }

 p { color: rgb(164,120,17); }

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

background-color css

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

 a { background-color: rgb(164,120,17); }

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

border-color css

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

 span { border-color: rgb(164,120,17); }

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