Html Css Color HEX #A47F11 Hacienda

📋 copy color: '#A47F11'

red 164 ◦ green 127 ◦ blue 17

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

Shades of Hacienda #A47F11

Tints of Hacienda #A47F11

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

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

R = 53.25%
G = 41.23%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A47F11 (or 0xA47F11) is known color: Hacienda. HEX triplet: A4, 7F and 11. RGB value is (164,127,17). Sum of RGB (Red+Green+Blue) = 164+127+17=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47F11 is #5B80EE. Grayscale: #7E7E7E. Windows color (decimal): -5996783 or 1146788. OLE color: 1146788.

HSL color Cylindrical-coordinate representation of color #A47F11: hue angle of 44.9º 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 #A47F11 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 17 -
CMYK 0 0.23 0.90 0.36
HSL 44.9º 0.81% 0.35% -
HSV(B) 44.9º 0.9% 0.64% -
XYZ 23 23.11 3.78 -
YUV 125.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 164 127 17 0 0.23 0.90 0.36 44.9 0.81 0.35
Hex A4 7F 11 0 17 5A 24 2D 51 23
Octal 244 177 21 0 27 132 44 55 121 43
Binary 10100100 1111111 10001 0 10111 1011010 100100 101101 1010001 100011

Color Harmonies of #A47F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F11

Black with #A47F11

Text Example


Text Example

White with #A47F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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