Html Css Color HEX #A37B11 Hacienda

📋 copy color: '#A37B11'

red 163 ◦ green 123 ◦ blue 17

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

Shades of Hacienda #A37B11

Tints of Hacienda #A37B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

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

R = 53.8%
G = 40.59%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37B11 (or 0xA37B11) is known color: Hacienda. HEX triplet: A3, 7B and 11. RGB value is (163,123,17). Sum of RGB (Red+Green+Blue) = 163+123+17=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B11 is #5C84EE. Grayscale: #7B7B7B. Windows color (decimal): -6063343 or 1145763. OLE color: 1145763.

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

Color convert

RGB 163 123 17 -
CMYK 0 0.25 0.90 0.36
HSL 43.56º 0.81% 0.35% -
HSV(B) 43.56º 0.9% 0.64% -
XYZ 22.29 21.99 3.6 -
YUV 122.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 163 123 17 0 0.25 0.90 0.36 43.56 0.81 0.35
Hex A3 7B 11 0 19 5A 24 2C 51 23
Octal 243 173 21 0 31 132 44 54 121 43
Binary 10100011 1111011 10001 0 11001 1011010 100100 101100 1010001 100011

Color Harmonies of #A37B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B11

Black with #A37B11

Text Example


Text Example

White with #A37B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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