Html Css Color HEX #A37C16 Hacienda

📋 copy color: '#A37C16'

red 163 ◦ green 124 ◦ blue 22

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

Shades of Hacienda #A37C16

Tints of Hacienda #A37C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.13%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 52.75%
G = 40.13%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A37C16 (or 0xA37C16) is known color: Hacienda. HEX triplet: A3, 7C and 16. RGB value is (163,124,22). Sum of RGB (Red+Green+Blue) = 163+124+22=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C16 is #5C83E9. Grayscale: #7C7C7C. Windows color (decimal): -6063082 or 1473699. OLE color: 1473699.

HSL color Cylindrical-coordinate representation of color #A37C16: hue angle of 43.4º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A37C16 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 22 -
CMYK 0 0.24 0.87 0.36
HSL 43.4º 0.76% 0.36% -
HSV(B) 43.4º 0.87% 0.64% -
XYZ 22.46 22.26 3.87 -
YUV 124.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 163 124 22 0 0.24 0.87 0.36 43.4 0.76 0.36
Hex A3 7C 16 0 18 57 24 2B 4C 24
Octal 243 174 26 0 30 127 44 53 114 44
Binary 10100011 1111100 10110 0 11000 1010111 100100 101011 1001100 100100

Color Harmonies of #A37C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C16

Black with #A37C16

Text Example


Text Example

White with #A37C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C16; }

 p { color: rgb(163,124,22); }

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

background-color css

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

 a { background-color: rgb(163,124,22); }

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

border-color css

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

 span { border-color: rgb(163,124,22); }

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