Html Css Color HEX #A37911 Hacienda

📋 copy color: '#A37911'

red 163 ◦ green 121 ◦ blue 17

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

Shades of Hacienda #A37911

Tints of Hacienda #A37911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 54.15%
G = 40.2%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37911 (or 0xA37911) is known color: Hacienda. HEX triplet: A3, 79 and 11. RGB value is (163,121,17). Sum of RGB (Red+Green+Blue) = 163+121+17=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A37911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37911 is #5C86EE. Grayscale: #7A7A7A. Windows color (decimal): -6063855 or 1145251. OLE color: 1145251.

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

Color convert

RGB 163 121 17 -
CMYK 0 0.26 0.90 0.36
HSL 42.74º 0.81% 0.35% -
HSV(B) 42.74º 0.9% 0.64% -
XYZ 22.04 21.5 3.52 -
YUV 121.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 163 121 17 0 0.26 0.90 0.36 42.74 0.81 0.35
Hex A3 79 11 0 1A 5A 24 2B 51 23
Octal 243 171 21 0 32 132 44 53 121 43
Binary 10100011 1111001 10001 0 11010 1011010 100100 101011 1010001 100011

Color Harmonies of #A37911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37911

Black with #A37911

Text Example


Text Example

White with #A37911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37911; }

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

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

background-color css

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

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

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

border-color css

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

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

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