Html Css Color HEX #A37F11 Hacienda

📋 copy color: '#A37F11'

red 163 ◦ green 127 ◦ blue 17

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

Shades of Hacienda #A37F11

Tints of Hacienda #A37F11

RGB

 RED value IS 163 (64.06% from 255) = 53.09%

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

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

R = 53.09%
G = 41.37%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37F11 (or 0xA37F11) is known color: Hacienda. HEX triplet: A3, 7F and 11. RGB value is (163,127,17). Sum of RGB (Red+Green+Blue) = 163+127+17=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F11 is #5C80EE. Grayscale: #7D7D7D. Windows color (decimal): -6062319 or 1146787. OLE color: 1146787.

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

Color convert

RGB 163 127 17 -
CMYK 0 0.22 0.90 0.36
HSL 45.21º 0.81% 0.35% -
HSV(B) 45.21º 0.9% 0.64% -
XYZ 22.79 23.01 3.77 -
YUV 125.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 163 127 17 0 0.22 0.90 0.36 45.21 0.81 0.35
Hex A3 7F 11 0 16 5A 24 2D 51 23
Octal 243 177 21 0 26 132 44 55 121 43
Binary 10100011 1111111 10001 0 10110 1011010 100100 101101 1010001 100011

Color Harmonies of #A37F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F11

Black with #A37F11

Text Example


Text Example

White with #A37F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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